@extends('layouts.admin') @section('title','Geography') @section('heading','Geography & serviceability') @section('content')
Review, edit and retire platform or Vendor-owned zones.
| Country / region / city | Zone | Shape | Services & fees | Status | Actions |
|---|---|---|---|---|---|
| {{ $city->name }} {{ $region->name }}, {{ $country->name }} | {{ $zone->name }} {{ $zone->vendors->isEmpty() ? 'Platform-wide' : $zone->vendors->pluck('name')->join(', ') }} | {{ ucfirst($zone->shape_type) }} @if($zone->shape_type==='radius') / {{ $zone->radius_km }} km @else / {{ count($zone->polygon ?? []) }} points @endif | @foreach($zone->services as $service){{ $service->service_type }} / {{ $service->base_fee }} @endforeach | {{ $zone->is_active?'Active':'Inactive' }} | |
| No service zones configured. | |||||