Table number is required.'; } else { try { if ($action === 'edit_table' && $id) { if (!has_permission('tables_add')) { $message = '
| QR Code | Table # | Area | Capacity | Status | Actions |
|---|---|---|---|---|---|
No tables foundAdd your first table to get started. |
|||||
| = htmlspecialchars($table['table_number']) ?> | = htmlspecialchars($table['area_name'] ?? 'No Area') ?> | = htmlspecialchars((string)$table['capacity']) ?> | = ucfirst($table['status']) ?> | ||