@if($productProcess)
@if ($errors->has('products.'.$key)) {{ $errors->first('products.'.$key) }} @endif
@if ($errors->has('pallets.'.$key)) {{ $errors->first('pallets.'.$key) }} @endif
@if ($errors->has('date_process.'.$key)) {{ $errors->first('date_process.'.$key) }} @endif
@if ($errors->has('date_end.'.$key)) {{ $errors->first('date_end.'.$key) }} @endif
@else
@if ($errors->has('products.'.$key)) {{ $errors->first('products.'.$key) }} @endif
@if ($errors->has('pallets.'.$key)) {{ $errors->first('pallets.'.$key) }} @endif
@if ($errors->has('date_process.'.$key)) {{ $errors->first('date_process.'.$key) }} @endif
@if ($errors->has('date_end.'.$key)) {{ $errors->first('date_end.'.$key) }} @endif
@endif