{{ csrf_field() }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('document'))
{{ $errors->first('document') }}
@endif
@if ($errors->has('parent_document'))
{{ $errors->first('parent_document') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('movile'))
{{ $errors->first('movile') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('genre'))
{{ $errors->first('genre') }}
@endif
@if ($errors->has('birthday'))
{{ $errors->first('birthday') }}
@endif
@if ($errors->has('civil_status'))
{{ $errors->first('civil_status') }}
@endif
{{--
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
--}} {{--
@if ($errors->has('province'))
{{ $errors->first('province') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
--}}
@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
@if ($errors->has('entry_date'))
{{ $errors->first('entry_date') }}
@endif
@if ($errors->has('roles'))
{{ $errors->first('roles') }}
@endif
@if ($errors->has('warehouses'))
{{ $errors->first('roles') }}
@endif