@extends('layouts.app') @section('title', $state->name.' Traffic Map') @push('styles') @endpush @section('content')
Traffic overview for {{ $state->name }}. The map defaults to the state centre and uses the state traffic status saved in the database.
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.