@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
{{-- @include('queja_respuestas.fields_campos_iguales') --}} @php $en_caso = [ 'Si', 'NO' ]; @endphp
@if ($errors->has('queja_procede')) {{ $errors->first('queja_procede') }} @endif
{{--

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')