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