@extends('layouts.seller') @section('title', 'Pickup Report') @section('content')
ADVANCED SEARCH
| Pickup Date | Order Ref | Tracking # | Customer | Amount | Status |
|---|---|---|---|---|---|
| {{ $order->created_at->format('d M, Y') }} | {{ $order->order_ref ?? 'N/A' }} | {{ $order->tracking_id }} | {{ $order->recipient_name }} | PKR {{ number_format($order->cod_amount, 2) }} | {{ $order->status }} |
| No data to display. | |||||