@extends('layouts.master') @section('content')
Cities Add City

Add New City Back to List

Add City
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
Cancel
@endsection @push('scripts') @endpush