@extends('layouts.dashboard') @section('title', 'Towns & service area') @section('content')
| Name | Area | Postcode | Coordinates | Active | |
|---|---|---|---|---|---|
| {{ $town->name }} | {{ $town->area }} | {{ $town->postcode }} | @if ($town->latitude === null || $town->longitude === null) no coordinates — falls back to town-list distance @else {{ $town->latitude }}, {{ $town->longitude }} @endif | {{ $town->active ? 'Yes' : 'No' }} | Edit |