@extends('layouts.app') @section('title', 'Monitor / Province Zoning') @section('content')
Province and territory zoning is restored. Open each province to manage its four zones, or open the live traffic map to see highway traffic with Google Traffic Layer when your Maps key is configured.
The app will still show zoning and database traffic status, but real road/highway traffic needs GOOGLE_MAPS_BROWSER_KEY in .env.
| Province / Territory | Code | Traffic Level | Zones | Traffic Map |
|---|---|---|---|---|
| {{ $state->name }} | {{ $state->state_code }} | {{ $state->traffic_level }} | Open Zones {{ $state->franchise_zones_count ? '(' . $state->franchise_zones_count . ')' : '' }} | Live Traffic |