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

{{ __('cabbooking::static.heatmaps.heat_map') }}

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