{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Township Edit') @section('content')
@csrf @method('PUT')
Edit City
Township *
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Choose City *
@if ($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
Cancel
@endsection