Configure sanitation routes, municipal ward assignments, multi-lane stretches, and GPS coordinates.
| # | Route Details | Municipal Ward & Zone | Operating Days | Distance & Lanes | Duties | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $route->name }}
{{ $route->code ?? 'N/A' }}
@if($route->description)
{{ $route->description }} @endif |
@if($route->ward)
@if($route->ward->zone_name)
{{ $route->ward->zone_name }}
@endif
@if($route->ward->zone_name && $route->ward->constituency)
•
@endif
@if($route->ward->constituency)
{{ $route->ward->constituency->name }}
@endif
Ward not assigned
|
|
@if($route->hasDefinedGeofence())
{{ $route->geofence_radius_meters }}m Geofence
@else
No Pin
@endif
|
@if($route->duties_count > 0) {{ $route->duties_count }} Duties @else — @endif |
|
|
|
No routes found. Click "Add Route" above to define your first sanitation route. |
|||||||
{{ $route->description }}
@endifNo routes found.
Click "Add Route" above to define your first sanitation route.