@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('cell.'.$key)) {{ $errors->first('cell.'.$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('cell.'.$key)) {{ $errors->first('cell.'.$key) }} @endif
@endif