@extends('layouts.admin') @section('title', 'Add City') @section('content')
@csrf @include('admin.cities._form', ['city' => null])
@endsection