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