@extends('layouts.backend') @section('content')

Datos del cliente Persona Jurídica

Información Bancaria

Todos los datos son requeridos

@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('ABA_routing')) {{ $errors->first('ABA_routing') }} @endif
@if ($errors->has('SWIFT')) {{ $errors->first('SWIFT') }} @endif
@if ($errors->has('IBAN')) {{ $errors->first('IBAN') }} @endif
@if ($errors->has('financial_institution')) {{ $errors->first('financial_institution') }} @endif
@if ($errors->has('bank_address')) {{ $errors->first('bank_address') }} @endif
@if ($errors->has('currency')) {{ $errors->first('currency') }} @endif
@include('modals.messageModal') @include('modals.confirmModal') @endsection