Order ID | Customer | Total | Status | Date | Actions |
---|---|---|---|---|---|
#{{ $order->id }}
|
{{ $order->user->name }}
{{ $order->user->email }}
|
R{{ number_format($order->total_amount, 2) }}
|
{{ ucfirst($order->status) }} | {{ $order->created_at->format('M d, Y') }} | View Edit |
No orders found. |