Area rules override all-area rules; customer bookings retain immutable fee snapshots.
| Courier / rule | Package / area | Formula | Limits | Status | |
|---|---|---|---|---|---|
| {{ $r->vendor?->name }} {{ $r->name }} | {{ $r->packageType?->name }} {{ $r->deliveryZone?->name ?? 'All assigned areas' }} | Base {{ $r->base_fee }} + {{ $r->per_km }}/km + {{ $r->per_kg }}/kg Minimum {{ $r->minimum_fee }} ยท stop {{ $r->extra_stop_fee }} | {{ $r->maximum_distance_km ? $r->maximum_distance_km.' km' : 'Any distance' }} {{ $r->maximum_weight_kg ? $r->maximum_weight_kg.' kg' : 'Package default' }} | {{ $r->is_active?'active':'inactive' }} | @if($r->is_active)@endif |
| No courier-specific pricing configured. | |||||