@if ($errors->has('cedula'))
{{ $errors->first('cedula') }}
@endif
{{-- @if (isset($respuesta['error']) && $respuesta['error'])
{{ $respuesta['msj'] }}
@endif --}}
@if ($errors->has('nombre'))
{{ $errors->first('nombre') }}
@endif
@if ($errors->has('fecha_nacimiento'))
{{ $errors->first('fecha_nacimiento') }}
@endif