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

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

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