@extends('layouts.admin') @section('title', 'Fleet Dashboard') @section('styles') @if(empty($googleMapsApiKey)) @endif @endsection @section('content')
Track live delivery partners on map, filter by driver or area, and monitor gig readiness.
Visible Drivers
Online Drivers
Booked Gigs Today
Active Deliveries
| Gig Slot | Area | Time | Driver | Incentive | Status |
|---|---|---|---|---|---|
|
{{ $gig->title ?: 'Gig Slot #' . $gig->id }}
{{ $gig->min_login_minutes }} min login, {{ $gig->min_orders_required }} orders, max {{ $gig->max_cancellations_allowed }} cancellations
|
{{ $gig->area?->name ?? 'No area' }} | {{ optional($gig->start_time)->format('h:i A') }} - {{ optional($gig->end_time)->format('h:i A') }} | {{ $gig->driver?->name ?? 'Open for booking' }} | {{ $gig->estimated_earning }} | {{ ucfirst($gig->status) }} |
| No gig slots created for today. | |||||