@push('css') {{-- Select2 --}} @endpush
Assinatura
{{-- Messagens da session --}} @include('partials.session-message') @if ($errors->any() || session('error'))
{{$errors->any() ? $errors->first() : session('error')}}
@endif
@if (isset($contrato))
#
@endif

Dados Cadastrais

{{-- Empresa --}}
{{-- Pessoa --}}
{{-- Recorrência --}}
{{-- Tipo de Produto e Serviço --}}
Exibir Informações
{{-- Exibir dados do contrato --}}
mostracontrato ? 'checked' : '' }} name="mostracontrato" type="checkbox" role="switch" id="switchMostraContrato">
{{-- Exibir dados do endereço --}}
mostraendereco ? 'checked' : '' }} name="mostraendereco" type="checkbox" role="switch" id="switchMostraEndereco">

Dados da Assinatura Recorrente

{{-- Recorrência --}}
{{-- Data Início --}}
@if ($errors->has('datainiciorecorrencia')) {{ $errors->first('datainiciorecorrencia') }} @endif
@if ($errors->has('datafimrecorrencia')) {{ $errors->first('datafimrecorrencia') }} @endif
@if ($errors->has('diavencimento')) {{ $errors->first('diavencimento') }} @endif
@if ($errors->has('antecedencia')) {{ $errors->first('antecedencia') }} @endif

Dados do Contrato

{{-- Nome --}}
@if ($errors->has('nome')) {{ $errors->first('nome') }} @endif
{{-- Valor do Contrato --}}
@if ($errors->has('valoracordocontrato')) {{ $errors->first('valoracordocontrato') }} @endif
{{-- Data Início --}}
@if ($errors->has('datainicio')) {{ $errors->first('datainicio') }} @endif
@if ($errors->has('datafim')) {{ $errors->first('datafim') }} @endif
{{-- Data Conclusão --}}
@if ($errors->has('dataconclusao')) {{ $errors->first('dataconclusao') }} @endif

Itens de Recorrência @if(isset($contratoItem)) + adicionar item @endif

@if(isset($contratoItem)) @foreach ($contratoItem as $itens) @if (!isset($contrato)) @endif @endforeach @endif
AÇÃO PRODUTO QTD UN VALOR UN. VALOR TOTAL
delete
VALOR DOS ITENS: @if ($errors->has('valorcontrato')) {{ $errors->first('valorcontrato') }} @endif
VALOR DO DESCONTO (-): @if ($errors->has('descontocontrato')) {{ $errors->first('descontocontrato') }} @endif
VALOR TOTAL: @if ($errors->has('totalcontrato')) {{ $errors->first('totalcontrato') }} @endif

Veículo(s) do Contrato @if(isset($contrato)) + adicionar item @endif

@if(isset($contratosveiculos)) @foreach ($contratosveiculos as $contratoveiculo) @endforeach @endif
AÇÃO VEÍCULO
delete

Endereço do Local

{{-- Cep --}}
@if ($errors->has('cep')) {{ $errors->first('cep') }} @endif
{{-- Endereço --}}
@if ($errors->has('endereco')) {{ $errors->first('endereco') }} @endif
{{-- Número --}}
@if ($errors->has('numero')) {{ $errors->first('numero') }} @endif
{{-- Complemento --}}
@if ($errors->has('complemento')) {{ $errors->first('complemento') }} @endif
{{-- Bairro --}}
@if ($errors->has('bairro')) {{ $errors->first('bairro') }} @endif
{{-- Cidade --}}
@if ($errors->has('cidade')) {{ $errors->first('cidade') }} @endif
{{-- Estado --}}
@if ($errors->has('estado')) {{ $errors->first('estado') }} @endif
@include('partials.status', ['model' => $contrato ?? null])
@if(isset($contrato))
@include('partials.upload', ['model' => $contrato])
@endif
@push('js') {{-- @TODO: criar mascaras --}} {{-- Select2 --}} @include('partials.upload-js') @endpush