@extends('layouts.dashboard') @section('title', $town->exists ? 'Edit town' : 'Add town') @section('content')

{{ $town->exists ? 'Edit town' : 'Add town' }}

@csrf @if ($town->exists) @method('PUT') @endif

Leave blank if unknown — the pricing engine falls back to the town-list distance method for towns with no coordinates.

@endsection