| Order | Customer | Items | Total | Status | Payment | Date | |
|---|---|---|---|---|---|---|---|
| {{ $order->order_no }} |
{{ $order->customer->name ?? $order->shipping_name ?? 'Guest' }}
{{ $order->customer->email ?? $order->shipping_email ?? '' }}
|
{{ $order->items->count() }} item(s) | ₹{{ number_format($order->total, 2) }} | {{ ucfirst($order->status) }} | {{ ucfirst($order->payment_status) }} | {{ $order->created_at->setTimezone('Asia/Kolkata')->format('d M Y, h:i A') }} | View |
No orders found