orderId) }}" autocomplete="off"> @if ($errors->has('orderId')) {{ $errors->first('orderId') }} @endif
orderPid) }}" autocomplete="off"> @if ($errors->has('orderPid')) {{ $errors->first('orderPid') }} @endif
label) }}" autocomplete="off"> @if ($errors->has('label')) {{ $errors->first('label') }} @endif
parcelCount) }}" autocomplete="off"> @if ($errors->has('parcelCount')) {{ $errors->first('parcelCount') }} @endif
weight) }}" autocomplete="off"> @if ($errors->has('weight')) {{ $errors->first('weight') }} @endif
@if(!isset($isNew) || !$isNew)
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@endif