Add new parcel price

@csrf
@error('category')
{{ $errors->first('category') }}
@enderror
@error('reseller')
{{ $errors->first('reseller') }}
@enderror
@error('country_from')
{{ $errors->first('country_from') }}
@enderror
@error('country_to')
{{ $errors->first('country_to') }}
@enderror
@error('standard')
{{ $errors->first('standard') }}
@enderror
@error('express')
{{ $errors->first('express') }}
@enderror
@error('note')
{{ $errors->first('note') }}
@enderror