@extends('layouts.app') @section('title', 'MAP Mapping') @section('content')

MAP Mapping

A state-by-state traffic map index for Nigeria. Each row opens a traffic-style map focused on that state.

@foreach($states as $state) @endforeach
State Traffic MAP
@endsection