@extends('admin-panel.layout')
@section('page-title', 'Locations')
@section('page-content')
LOADING . . .
@include('admin-panel.components._large-modal', ['size' => 'modal-full-width'])
@include('admin-panel.components._offcanvas')
@include('admin-panel.locations.script')
@endsection