@extends('layouts.LayoutMaster') @section('content')

Edit City

@method('PATCH') @csrf @include('city.form')
Update
@endsection