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

Datos del cliente Persona Natural

Todos los datos son requeridos

@if ($errors->has('type_id')) {{ $errors->first('type_id') }} @endif
@if ($errors->has('identification')) {{ $errors->first('identification') }} @endif
@if ($errors->has('issuing_state')) {{ $errors->first('issuing_state') }} @endif
@if ($errors->has('date_issue')) {{ $errors->first('date_issue') }} @endif
@if ($errors->has('date_expiry')) {{ $errors->first('date_expiry') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('marital_status')) {{ $errors->first('marital_status') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('street')) {{ $errors->first('street') }} @endif
@if ($errors->has('house')) {{ $errors->first('house') }} @endif
@if ($errors->has('postal')) {{ $errors->first('postal') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('bornDate')) {{ $errors->first('bornDate') }} @endif
@if ($errors->has('bornCity')) {{ $errors->first('bornCity') }} @endif
Regresar
@include('modals.confirmModal') @include('modals.messageModal') @endsection