@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@csrf
{!! $errors->has('country')? '

'.$errors->first('country').'

':'' !!}

{!! $errors->has('city_name')? '

'.$errors->first('city_name').'

':'' !!}

@foreach($cities as $city)
@lang('app.city_name') @lang('app.state_name') @lang('app.country_name') @lang('app.actions')
{!! $city->city_name !!} {!! $city->state_name !!} {!! $city->country_name !!}