@extends('system-mgmt.city.base') @section('action-content')
Update city
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection