@if($productProcess)
@if ($errors->has('products.'.$key)) {{ $errors->first('products.'.$key) }} @endif
@if ($errors->has('pid.'.$key)) {{ $errors->first('pid.'.$key) }} @endif
@if ($errors->has('pallets.'.$key)) {{ $errors->first('pallets.'.$key) }} @endif
@if ($errors->has('source_cell_id.'.$key)) {{ $errors->first('source_cell_id.'.$key) }} @endif
@if($productProcess->is_picked) @else @endif
@else
@if ($errors->has('products.'.$key)) {{ $errors->first('products.'.$key) }} @endif
@if ($errors->has('pid.'.$key)) {{ $errors->first('pid.'.$key) }} @endif
@if ($errors->has('pallets.'.$key)) {{ $errors->first('pallets.'.$key) }} @endif
@if ($errors->has('source_cell_id.'.$key)) {{ $errors->first('source_cell_id.'.$key) }} @endif
@if(old('picked.'.$key)) @else @endif
@endif