@extends('layouts.app') @section('title', 'Edit Town') @section('content')

Edit Town

@csrf @method('PUT')
@endsection