@include('queja_respuestas.fields_generales')
@include('queja_respuestas.fields_campos_iguales') {{--
@if ($errors->has('giro_empresa')) {{ $errors->first('giro_empresa') }} @endif
--}}
@if ($errors->has('uso_producto')) {{ $errors->first('uso_producto') }} @endif
@if ($errors->has('datos_producto')) {{ $errors->first('datos_producto') }} @endif
@if ($errors->has('descripcion_problema')) {{ $errors->first('descripcion_problema') }} @endif
@if ($errors->has('designacion_producto_reportar')) {{ $errors->first('designacion_producto_reportar') }} @endif
@if ($errors->has('numero_serie')) {{ $errors->first('numero_serie') }} @endif
@if ($errors->has('numero_articulos_reclamar')) {{ $errors->first('numero_articulos_reclamar') }} @endif
@if ($errors->has('nombre_usuario_atiende_dsitribuidor')) {{ $errors->first('nombre_usuario_atiende_dsitribuidor') }} @endif
@if ($errors->has('comentarios')) {{ $errors->first('comentarios') }} @endif
@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')