Agências
{{-- Messagens da session --}} @include('partials.session-message') @if ($errors->any() || session('error'))
{{$errors->any() ? $errors->first() : session('error')}}
@endif
@if (isset($agencia))
#
@endif

Dados Cadastrais

Campos com * são obrigatórios

{{-- Empresa --}}
{{-- Nome --}}
@if ($errors->has('nome')) {{ $errors->first('nome') }} @endif
{{-- N° da Agência --}}
@if ($errors->has('nagencia')) {{ $errors->first('nagencia') }} @endif
{{-- N° da operação --}}
@if ($errors->has('noperacao')) {{ $errors->first('noperacao') }} @endif
{{-- N° da conta --}}
@if ($errors->has('nconta')) {{ $errors->first('nconta') }} @endif
{{-- Saldo Inicial --}}
@if ($errors->has('saldoinicial')) {{ $errors->first('saldoinicial') }} @endif
{{-- Chaeve Pix --}}
@if ($errors->has('chavepix')) {{ $errors->first('chavepix') }} @endif
{{-- Configurações --}}
padrao == 1 ? 'checked' : '' }}>

Contatos

{{-- Gerente --}}
@if ($errors->has('gerente')) {{ $errors->first('gerente') }} @endif
{{-- Telefone --}}
@if ($errors->has('telefone')) {{ $errors->first('telefone') }} @endif
{{-- Ordem --}} {{--
@if ($errors->has('ord')) {{ $errors->first('ord') }} @endif
--}} {{--
@if ($errors->has('remessa')) {{ $errors->first('remessa') }} @endif
@if ($errors->has('boleto')) {{ $errors->first('boleto') }} @endif
@if ($errors->has('retornorm')) {{ $errors->first('retornorm') }} @endif
--}}
@include('partials.status', ['model' => $agencia ?? null])
@if(isset($agencia))
@include('partials.upload', ['model' => $agencia])
@endif