@csrf
@if($errors->has('numero_lote'))
{{$errors->first('numero_lote')}}
@endif
@if($errors->has('usuario_id'))
{{$errors->first('usuario_id')}}
@endif
@if($errors->has('cantidad_personal'))
{{$errors->first('cantidad_personal')}}
@endif
@if($errors->has('tipo_personal'))
{{$errors->first('tipo_personal')}}
@endif
@if($errors->has('zona'))
{{$errors->first('zona')}}
@endif
@if($errors->has('fecha_patrulla'))
{{$errors->first('fecha_patrulla')}}
@endif
@if($errors->has('descripcion'))
{{$errors->first('descripcion')}}
@endif
@if($errors->has('estado'))
{{$errors->first('estado')}}
@endif