@extends('dashboard.v1.index') @section('title', __('all.cities')) @section('content')

{{__('all.cities')}}

@csrf
@if ($errors->has('phone_key')) {{ $errors->first('phone_key') }} @endif
@if ($errors->has('lat')) {{ $errors->first('lat') }} @endif
@if ($errors->has('lng')) {{ $errors->first('lng') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@include('dashboard.v1.hotel.scripts') @stop