@extends('layouts.admin') @section('title', 'Zone-based Rates') @section('content')
Manage delivery rates by zone
| Name | Code | Zone | Currency | Base Rate | Per KG | Remote Fee | Fuel % | Status | Effective | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $zone->name }} | {{ $zone->code }} | {{ $zone->zone }} | {{ $zone->currency }} | {{ number_format($zone->base_rate,2) }} | {{ number_format($zone->additional_per_kg,2) }} | {{ $zone->remote_area_fee !== null ? number_format($zone->remote_area_fee,2) : '-' }} | {{ number_format($zone->fuel_surcharge_percent,2) }}% | {{ ucfirst($zone->status) }} | {{ optional($zone->effective_from)->format('Y-m-d') }} — {{ optional($zone->effective_to)->format('Y-m-d') }} | Edit |
| No zone rates found. | ||||||||||