@extends('layouts.app') @section('content')

City & Area Setup City & Area as required to set up your organization structure


Add City & Area
What all are the Cities in your business? You can set the Area based on the City.
City/Emirates
Area
Add Area
@if(!empty($data["selected_department"])) @foreach($data["selected_department"] as $selected_department)
@endforeach @endif

Do you want to delete state & city?

@endsection('content') @section('admin_css') @stop @section('admin_js') @include('admin.js.city_area') @stop