@extends('layouts.admin') @section('title', 'Driver Gigs') @section('content')
Create open delivery slots, define incentives and conditions, and let drivers book them from the app.
Total Today
Active Today
Open Global Slots
Completed Today
| Slot | Area | Date & Time | Driver | Conditions | Estimated Earning | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $groupLabel }} | |||||||
|
{{ $gig->title ?: 'Gig Slot #' . $gig->id }}
{{ $gig->description ?: 'No description added' }}
|
{{ $gig->area?->name ?? 'No area' }} |
{{ $gig->date?->format('d M Y') }}
{{ optional($gig->start_time)->format('h:i A') }} - {{ optional($gig->end_time)->format('h:i A') }}
|
{{ $gig->driver?->name ?? 'Open for booking' }} |
Min login: {{ $gig->min_login_minutes }} mins
Min orders: {{ $gig->min_orders_required }}
Max cancels: {{ $gig->max_cancellations_allowed }}
|
{{ number_format((float) $gig->estimated_earning, App\Models\AppSetting::currencyDecimals()) }} | {{ ucfirst($gig->status) }} | |
| No gig slots found yet. | |||||||