@include('queja_respuestas.fields_campos_iguales')
@if ($errors->has('numero_caja'))
{{ $errors->first('numero_caja') }}
@endif
@if ($errors->has('designacion_producto'))
{{ $errors->first('designacion_producto') }}
@endif
@if ($errors->has('numero_caja_recibido'))
{{ $errors->first('numero_caja_recibido') }}
@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')