{{ __('Adicionar nova Agência') }}

@if ($errors->any() || session('error'))
{{$errors->any() ? $errors->first() : session('error')}}
@endif
{{-- Empresa --}}
{{-- Agência --}}
@if ($errors->has('agencia')) {{ $errors->first('agencia') }} @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
{{-- 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
{{-- Remessa --}}
@if ($errors->has('remessa')) {{ $errors->first('remessa') }} @endif
{{-- Boleto --}}
@if ($errors->has('boleto')) {{ $errors->first('boleto') }} @endif
{{-- TODO: Corrigir label --}} {{-- Retorno --}}
@if ($errors->has('retornorm')) {{ $errors->first('retornorm') }} @endif
{{-- Status --}}
@if ($errors->has('status')) {{ $errors->first('status') }} @endif