@use('Modules\Taxido\Models\Zone') @use('Modules\Taxido\Models\Ride') @php $settings = getTaxidoSettings(); $vehicleTypes = getVehicleType(); $activeTab = 'all'; $ride = Ride::latest()->first(); @endphp @extends('admin.layouts.master') @section('title', __('taxido::static.drivers.driver_location')) @section('content') @endsection @if ($settings['location']['map_provider'] == 'google_map') @includeIf('taxido::admin.driver-location.google') @elseif($settings['location']['map_provider'] == 'osm') @includeIf('taxido::admin.driver-location.osm') @endif @push('scripts') @endpush