@if ($errors->has('numero_caja'))
{{ $errors->first('numero_caja') }}
@endif
@if ($errors->has('designacion_facturada'))
{{ $errors->first('designacion_facturada') }}
@endif
@if ($errors->has('cantidad_facturada'))
{{ $errors->first('cantidad_facturada') }}
@endif
@if ($errors->has('designacion_esperada'))
{{ $errors->first('designacion_esperada') }}
@endif
@if ($errors->has('cantidad_esperada'))
{{ $errors->first('cantidad_esperada') }}
@endif
@if ($errors->has('designacion_recibida'))
{{ $errors->first('designacion_recibida') }}
@endif
@if ($errors->has('cantidad_recibida'))
{{ $errors->first('cantidad_recibida') }}
@endif