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 --}}
Empresa
*
- Selecionar -
@if (isset($empresas)) @foreach($empresas as $empresa)
idempresa == $agencia->empresa->idempresa) || (old('idempresa') == $empresa->idempresa)) ? 'selected' : '' }}>{{$empresa->razaosocial}}
@endforeach @endif
{{-- Nome --}}
{{ __('Nome') }}
*
@if ($errors->has('nome'))
{{ $errors->first('nome') }}
@endif
{{-- N° da Agência --}}
{{ __('N° da Agência') }}
@if ($errors->has('nagencia'))
{{ $errors->first('nagencia') }}
@endif
{{-- N° da operação --}}
{{ __('N° da operação') }}
@if ($errors->has('noperacao'))
{{ $errors->first('noperacao') }}
@endif
{{-- N° da conta --}}
{{ __('N° da conta') }}
@if ($errors->has('nconta'))
{{ $errors->first('nconta') }}
@endif
{{-- Saldo Inicial --}}
{{ __('Saldo Inicial') }}
*
@if ($errors->has('saldoinicial'))
{{ $errors->first('saldoinicial') }}
@endif
{{-- Chaeve Pix --}}
{{ __('Chave Pix') }}
@if ($errors->has('chavepix'))
{{ $errors->first('chavepix') }}
@endif
{{-- Configurações --}}
Configurações
padrao == 1 ? 'checked' : '' }}>
Agência Padrão
Contatos
{{-- Gerente --}}
{{ __('Gerente') }}
@if ($errors->has('gerente'))
{{ $errors->first('gerente') }}
@endif
{{-- Telefone --}}
{{ __('Telefone') }}
@if ($errors->has('telefone'))
{{ $errors->first('telefone') }}
@endif
{{-- Ordem --}} {{--
{{ __('Ordem') }}
@if ($errors->has('ord'))
{{ $errors->first('ord') }}
@endif
--}} {{--
{{ __('Remessa') }}
@if ($errors->has('remessa'))
{{ $errors->first('remessa') }}
@endif
{{ __('Boleto') }}
@if ($errors->has('boleto'))
{{ $errors->first('boleto') }}
@endif
{{ __('Retorno') }}
@if ($errors->has('retornorm'))
{{ $errors->first('retornorm') }}
@endif
--}}
@include('partials.status', ['model' => $agencia ?? null])
@if(isset($agencia))
@include('partials.upload', ['model' => $agencia])
@endif