@if($productProcess)
@if ($errors->has('products.'.$key)) {{ $errors->first('products.'.$key) }} @endif
@if ($errors->has('pallets.'.$key)) {{ $errors->first('pallets.'.$key) }} @endif
@else
@if(isset($productsList)) @if ($errors->has('products.'.$key)) {{ $errors->first('products.'.$key) }} @endif @elseif(isset($productsName)) @endif
@if ($errors->has('pallets.'.$key)) {{ $errors->first('pallets.'.$key) }} @endif
@endif