@include('queja_respuestas.fields_campos_iguales')
@if ($errors->has('numero_caja_recibido'))
{{ $errors->first('numero_caja_recibido') }}
@endif
@if ($errors->has('fecha_esperada'))
{{ $errors->first('fecha_esperada') }}
@endif
@if ($errors->has('fecha_recibida'))
{{ $errors->first('fecha_recibida') }}
@endif
@php
$en_caso = [
'Si',
'NO'
];
@endphp
@if ($errors->has('queja_procede'))
{{ $errors->first('queja_procede') }}
@endif
@if ($errors->has('adjunto_packing_slip'))
{{ $errors->first('adjunto_packing_slip') }}
@endif
@include('queja_respuestas.fields_adjunto_factura_comentario')