{{ csrf_field() }}
{{ __('users.sectionParent') }}
@if ($errors->has('parent_document'))
{{ $errors->first('parent_document') }}
@endif
@if ($errors->has('parent_name'))
{{ $errors->first('parent_name') }}
@endif
{{ __('users.sectionUser') }}
@if ($errors->has('middlename'))
{{ $errors->first('middlename') }}
@endif
@if ($errors->has('lastname'))
{{ $errors->first('lastname') }}
@endif
@if ($errors->has('names'))
{{ $errors->first('names') }}
@endif
@if ($errors->has('document'))
{{ $errors->first('document') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('birthday'))
{{ $errors->first('birthday') }}
@endif
{{--
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
--}}
@if ($errors->has('province'))
{{ $errors->first('province') }}
@endif
@if ($errors->has('canton'))
{{ $errors->first('canton') }}
@endif
@if ($errors->has('parish'))
{{ $errors->first('parish') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('movile'))
{{ $errors->first('movile') }}
@endif
{{--
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
--}} {{--
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
--}}
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('genre'))
{{ $errors->first('genre') }}
@endif
@if ($errors->has('civil_status'))
{{ $errors->first('civil_status') }}
@endif
{{ __('users.sectionBank') }}
{{-- --}} @if ($errors->has('bank'))
{{ $errors->first('bank') }}
@endif
@if ($errors->has('account_number'))
{{ $errors->first('account_number') }}
@endif
@if ($errors->has('account_type'))
{{ $errors->first('account_type') }}
@endif
{{-- --}}
@push('custom-scripts') @endpush