@extends('layouts.app')
@section('head')
@stop
@section('content')
@include('includes.revision_history', ['dataset' => 'customs_prices', 'title' => 'Customs charges'])
@include('includes.page_header', [
'title' => 'Customs Charges',
'purpose' => 'Set the customs clearance charge applied to cross-border moves involving a customs country.',
])
- Price (£)
- The customs clearance amount charged to the customer (the selling price).
- Cost (£)
- Your own cost for that clearance, kept for margin reporting.
- Is Default
- The fallback charge used when no row matches the move's origin and destination.
| # |
Origin |
Destination |
Price (£) |
Cost (£) |
Is Default |
Actions |
@include('includes.confirm',[
'message' => 'Do you want to delete assigned Price?',
'title' => 'Delete Assigned Price',
'formId' => 'assignedPriceDeleteForm',
'fieldId' => 'assignedPriceId'
])
@include('includes.update_custom_price')
@stop
@section('js')
@stop