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