@include('queja_respuestas.fields_campos_iguales')
@if ($errors->has('designacion_producto'))
{{ $errors->first('designacion_producto') }}
@endif
@if ($errors->has('numero_caja_recibido'))
{{ $errors->first('numero_caja_recibido') }}
@endif
@if ($errors->has('cantidad_producto_empaque_equivocado'))
{{ $errors->first('cantidad_producto_empaque_equivocado') }}
@endif
@php
$en_caso = [
'Si',
'NO'
];
@endphp
@if ($errors->has('queja_procede'))
{{ $errors->first('queja_procede') }}
@endif
{!! Form::label('adjunto_packing_slip', 'Favor de adjuntar su packing slip*') !!}
@if ($errors->has('adjunto_packing_slip'))
{{ $errors->first('adjunto_packing_slip') }}
@endif
@include('queja_respuestas.fields_adjunto_factura_comentario')