@extends('layouts.admin') @section('title','Dispatch control') @section('heading','Dispatch control') @section('content')
Monitor store-order and parcel driver assignments.
| Job | Service booking | Driver | Fee | Attempts | Status | Updated |
|---|---|---|---|---|---|---|
| {{ Str::limit($job->public_id,13) }} | {{ $job->order?->number ?? $job->parcelOrder?->number }} {{ $job->parcel_order_id ? 'Parcel' : 'Store delivery' }} | {{ $job->driver?->user?->name ?: 'Unassigned' }} | INR {{ number_format($job->driver_fee,2) }} | {{ $job->offer_attempts }} | {{ str_replace('_',' ',$job->status) }} | {{ $job->updated_at->format('d M Y H:i') }} |
| No dispatch jobs match these filters. | ||||||