@extends('layouts.admin.admin') @section('title', 'Add a New City') @section('content') Add a New City(District) Go Back @csrf Country Choose country @foreach ($countries as $country) {{$country->country_name}} @endforeach State (Province) District Name Status Active Inactive Save @endsection @section('page-specific-scripts') @endsection