| Order # | Placed On | Status | Total |
|---|---|---|---|
| #{{ $order->order_number ?? $order->id }} | {{ $order->created_at->format('M d, Y h:i A') }} | {{ ucfirst($order->status) }} | ₹{{ number_format($order->total_amount, 2) }} |
| No orders found for this client. | |||
{{ $orders->links() }}