@php $settings = getCabBookingSettings(); @endphp @extends('admin.layouts.master') @section('title', __('cabbooking::static.peakZones.map_view')) @section('content')

{{ __('cabbooking::static.peakZones.map_view') }}

@endsection @if ($settings['location']['map_provider'] == 'google_map') @includeIf('cabbooking::admin.peak-zone-map.google') @elseif($settings['location']['map_provider'] == 'osm') @includeIf('cabbooking::admin.peak-zone-map.osm') @endif