@extends('layouts.app') @section('title', $state->name.' Traffic Map') @push('styles') @endpush @section('content')

{{ $state->name }} Traffic Map

Traffic overview for {{ $state->name }}. The map defaults to the state centre and uses the state traffic status saved in the database.

Back to MAP Mapping Open Franchise Zones
State{{ $state->state_code }}
Traffic Level{{ $state->traffic_level }}
Latitude{{ number_format($state->latitude, 3) }}
Longitude{{ number_format($state->longitude, 3) }}

Real provider traffic layers can be connected later with Google Maps or another traffic API. This version gives you the database-backed traffic map skeleton first, instead of pretending a magic traffic oracle lives in PHP.

@endsection @push('scripts') @endpush