@extends('layouts.app_admin') @section('content') Dashboard > City List > Add City {{ csrf_field() }} Country Name* select country State Name* select state City Name* @if ($errors->has('city_name')) {{ $errors->first('city_name') }} @endif Add Cancel @endsection