| Order | Customer | Placed | Status | Total |
|---|---|---|---|---|
| No orders yet. The kitchen is standing by. | ||||
| = e($order['order_number']) ?> | = e($order['customer_name']) ?>= e($order['customer_phone']) ?> | = e(store_datetime((string) $order['placed_at'], 'g:i A')) ?> | = e(ucfirst((string) $order['status'])) ?> | = money($order['total_cents']) ?> |
Item sales will appear after the first order.
$item): ?>