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

{{ $state->name }} Franchise Zones

The state is divided into four default franchise zones. Update boundary coordinates and radius below, then save. This is the control card, because apparently maps now need spreadsheets to feel complete.

Back to Monitor Open Traffic Map

Control Card

Each zone has two boundary coordinate pairs plus centre point and radius. Increasing the radius expands the zone circle; reducing it shrinks the limit.

@csrf
@foreach($state->franchiseZones as $index => $zone) @endforeach
Zone Start Lat Start Lng End Lat End Lng Centre Lat Centre Lng Radius KM
{{ $zone->zone_name }} boundary_start_lat) }}" required> boundary_start_lng) }}" required> boundary_end_lat) }}" required> boundary_end_lng) }}" required> center_lat) }}" required> center_lng) }}" required> radius_km) }}" required>
@endsection @push('scripts') @endpush