Edit parcel price - {{ Str::upper($parcel_price->country_from . ' => ' . $parcel_price->country_to) }}

@csrf @method('patch') @php $err = 'err_' . $parcel_price->id; @endphp
@error('category', $err)
{{ $errors->$err->first('category') }}
@enderror
@error('reseller', $err)
{{ $errors->$err->first('reseller') }}
@enderror
@error('country_from', $err)
{{ $errors->$err->first('country_from') }}
@enderror
@error('country_to', $err)
{{ $errors->$err->first('country_to') }}
@enderror
@error('standard', $err)
{{ $errors->$err->first('standard') }}
@enderror
@error('express', $err)
{{ $errors->$err->first('express') }}
@enderror
@error('note', $err)
{{ $errors->$err->first('note') }}
@enderror