@extends('../../master_layout/admin_master') @section('custom_css') @endsection @section('title') {{config('constants.APP_NAME')}} {{ ($edit)?'Edit':'Add' }} City @endsection @section('content')

City Of {{ $country->country_name }} - {{ ($edit)?'Edit':'Add' }} City

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif

{{ ($edit)?'Edit':'Add' }} City

@csrf
@if ($errors->has('city_name')) {{ $errors->first('city_name') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Settings
popular) && $city->popular == '1'){{ 'checked' }} @endif>
Plan Section Text
@if(!empty($plans))
@foreach ($plans as $key => $result)
@endforeach
@endif
SEO
@if ($errors->has('featured_image')) {{ $errors->first('featured_image') }} @endif
Nearby Geo locations
Major Roads
@if($edit)
@csrf
Content Published Status
: {{$city->cms_status}}
@endif
@endsection @section('custom_js') @endsection