@extends('layouts.admin') @section('title','Parcel operations') @section('heading','Parcel operations') @section('content')
Monitor courier bookings, payments and driver allocation.
Dispatch jobs| Parcel | Customer | Package | Route | Total | Status | Booked |
|---|---|---|---|---|---|---|
| {{ $parcel->number }} | {{ $parcel->customer?->name }} {{ $parcel->customer?->phone }} | {{ $parcel->packageType?->name }} {{ $parcel->weight_kg }} kg | {{ number_format($parcel->distance_km,2) }} km | INR {{ number_format($parcel->total,2) }} {{ ucfirst($parcel->payment_status) }} | {{ $parcel->status }} | {{ $parcel->created_at->format('d M Y H:i') }} |
| No parcels match these filters. | ||||||