@extends('admin.master_layout') @section('title') {{ __('Create City') }} @endsection @section('body-header')

{{ __('Create City') }}

{{ __('Manage Location') }} >> {{ __('Create City') }}

@endsection @section('body-content')
@csrf

{{ __('Create City') }}

{{ __('City List') }}
@endsection @push('js_section') @endpush