@include('queja_respuestas.fields_generales')

Datos de la queja

@if ($errors->has('numero_factura')) {{ $errors->first('numero_factura') }} @endif
@if ($errors->has('fecha_factura')) {{ $errors->first('fecha_factura') }} @endif
@if ($errors->has('razon_social')) {{ $errors->first('razon_social') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('codigo_postal')) {{ $errors->first('codigo_postal') }} @endif

Adjuntos

@include('queja_respuestas.fields_adjunto_factura_comentario')
@php $equipo_reportar_option = [ 'Micrologs o Equipos portatiles', 'IMX o Equipos en línea', 'Baker', // 'Análisis de falla de rodamientos', 'Otro, especifique aquí' ]; @endphp
@if ($errors->has('equipo_reportar')) {{ $errors->first('equipo_reportar') }} @endif
@if ($errors->has('descripcion_problema')) {{ $errors->first('descripcion_problema') }} @endif
@if ($errors->has('numero_seriel_equipo')) {{ $errors->first('numero_seriel_equipo') }} @endif
@if ($errors->has('modelo_equipo')) {{ $errors->first('modelo_equipo') }} @endif
@if ($input->queja_problema_id != 1 && $input->queja_problema_id != 27) @php $titulo_adjunto_fotos = '

Adjuntar fotos o videos de la falla del producto a reportar *+ Agregar foto

Se acepta un máximo de 3MB por archivo

'; @endphp @include('queja_respuestas.fields_fotos_adjuntas') @endif
@if ($errors->has('aplicacion_maquina')) {{ $errors->first('aplicacion_maquina') }} @endif











@if ($errors->has('num_dias')) {{ $errors->first('num_dias') }} @endif
@php $expuesto_a_option = [ 'Polvos', 'Lodo', 'Humedad', 'Agua salada', 'Otro', 'Otro ambiente (mencione cúal):' ]; @endphp






@if ($errors->has('expuesto_a_otro')) {{ $errors->first('expuesto_a_otro') }} @endif