diff --git a/admin/includes/header.php b/admin/includes/header.php index 23bf47f..a935e67 100644 --- a/admin/includes/header.php +++ b/admin/includes/header.php @@ -472,15 +472,15 @@ function can_view($module) {
Welcome back, = htmlspecialchars($userName) ?>!
- -| ID | -Type | -Table/Customer | -Total | -Status | -Date | -
|---|---|---|---|---|---|
| #= $order['id'] ?> | -- 'bg-info', - 'takeaway' => 'bg-success', - 'delivery' => 'bg-warning', - 'drive-thru' => 'bg-purple', - default => 'bg-secondary' - }; - ?> - = ucfirst($order['order_type']) ?> - | -- - Table = htmlspecialchars($order['table_number']) ?> - - = htmlspecialchars($order['customer_name'] ?? 'Guest') ?> - - | -= format_currency($order['total_amount']) ?> | -- - = ucfirst($order['status']) ?> - - | -= date('M d, H:i', strtotime($order['created_at'])) ?> | -
| No recent orders found. | |||||