@csrf
@if($errors->has('cedula'))
{{$errors->first('cedula')}}
@endif
@if($errors->has('grupo'))
{{$errors->first('grupo')}}
@endif
@if($errors->has('grado'))
{{$errors->first('grado')}}
@endif
@if($errors->has('nombre'))
{{$errors->first('nombre')}}
@endif
@if($errors->has('cargo'))
{{$errors->first('cargo')}}
@endif
@if($errors->has('sexo'))
{{$errors->first('sexo')}}
@endif
@if($errors->has('tipo'))
{{$errors->first('tipo')}}
@endif
@if($errors->has('unidad_id'))
{{$errors->first('unidad_id')}}
@endif
@if($errors->has('designacion'))
{{$errors->first('designacion')}}
@endif
@if($errors->has('funcion'))
{{$errors->first('funcion')}}
@endif
@if($errors->has('novedad_id'))
{{$errors->first('novedad_id')}}
@endif
@if($errors->has('posee_discapacidad'))
{{$errors->first('posee_discapacidad')}}
@endif
@if($errors->has('describa_discapacidad'))
{{$errors->first('describa_discapacidad')}}
@endif
@if($errors->has('posee_enfermedad_catastrofica'))
{{$errors->first('posee_enfermedad_catastrofica')}}
@endif
@if($errors->has('describa_enfermedad_catastrofica'))
{{$errors->first('describa_enfermedad_catastrofica')}}
@endif
@if($errors->has('direccion'))
{{$errors->first('direccion')}}
@endif
@if($errors->has('oficio'))
{{$errors->first('oficio')}}
@endif
@if($errors->has('detalle_oficio'))
{{$errors->first('detalle_oficio')}}
@endif
@if($errors->has('observaciones'))
{{$errors->first('observaciones')}}
@endif
@if($errors->has('fecha_inicio'))
{{$errors->first('fecha_inicio')}}
@endif
@if($errors->has('fecha_fin'))
{{$errors->first('fecha_fin')}}
@endif
@if($errors->has('cargo_asignado'))
{{$errors->first('cargo_asignado')}}
@endif
@if($errors->has('celular'))
{{$errors->first('celular')}}
@endif
@if($errors->has('libre'))
{{$errors->first('libre')}}
@endif