@include('queja_respuestas.fields_generales')
@include('queja_respuestas.fields_campos_iguales')

Designaciones+

Agregue todas las designaciones necesarias

@if(isset($quejaRespuesta)) @foreach ($quejaRespuesta->designaciones as $designacion)
@if ($errors->has('numero_caja')) {{ $errors->first('numero_caja') }} @endif
@if ($errors->has('designacion_producto')) {{ $errors->first('designacion_producto') }} @endif
@if ($errors->has('cantidad_facturada')) {{ $errors->first('cantidad_facturada') }} @endif
@if ($errors->has('cantidad_recibida')) {{ $errors->first('cantidad_recibida') }} @endif
@if ($errors->has('cantidad_esperada')) {{ $errors->first('cantidad_esperada') }} @endif
@endforeach @else
@if ($errors->has('numero_caja')) {{ $errors->first('numero_caja') }} @endif
@if ($errors->has('designacion_producto')) {{ $errors->first('designacion_producto') }} @endif
@if ($errors->has('cantidad_facturada')) {{ $errors->first('cantidad_facturada') }} @endif
@if ($errors->has('cantidad_recibida')) {{ $errors->first('cantidad_recibida') }} @endif
@if ($errors->has('cantidad_esperada')) {{ $errors->first('cantidad_esperada') }} @endif
@endif

Adjuntos

@if ($errors->has('adjunto_packing_slip')) {{ $errors->first('adjunto_packing_slip') }} @endif
@include('queja_respuestas.fields_adjunto_factura_comentario')
@php $titulo_adjunto_fotos = '

Especificaciones de la fotografía
Tomar fotografías de al menos 4 caras de la caja

Etiqueta Legible (Que se alcance a leer la etiqueta)

Fotografía del producto en la cual se aprecie la designación

Adjuntar fotos+ Agregar foto

'; @endphp @include('queja_respuestas.fields_fotos_adjuntas')