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