{{ __('Drivers') }}
{{ $driverMapSummary['total'] ?? 0 }}
{{ __('Online') }}
{{ $driverMapSummary['online'] ?? 0 }}
{{ __('Offline') }}
{{ $driverMapSummary['offline'] ?? 0 }}
{{ __('With Location') }}
{{ $driverMapSummary['with_location'] ?? 0 }}
{{ __('Without Location') }}
{{ $driverMapSummary['without_location'] ?? 0 }}
{{ __('Online drivers without valid location') }} ({{ count($onlineDriversWithoutLocation ?? []) }})
{{ __('Drivers') }}