@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