The waiter dashboard givesDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Henry4ndrew/saborGestion/llms.txt
Use this file to discover all available pages before exploring further.
mesero users a focused view of floor activity. It surfaces the same top-level business metrics as the admin view but limits sidebar navigation to table management — the primary responsibility of this role.
Route: GET /dashboard/meseroController:
DashboardController@meseroNamed route:
dashboard.mesero
Access requires the authenticated user’s
role to be mesero or admin. Any other role receives a 403 Forbidden response.Metrics overview
The dashboard displays four summary cards at the top of the page:| Card | Description |
|---|---|
| Ventas Totales | Cumulative sales revenue for the current period |
| Pedidos Hoy | Total number of orders placed today |
| Clientes Atendidos | Number of customers served |
| Productos Agotados | Count of menu items currently out of stock |
- Ventas Recientes — a list of the most recent sales transactions
- Productos Más Vendidos — a ranked list of the best-selling products
Sidebar navigation
The mesero role sees a reduced sidebar with only the sections relevant to floor service.Inteligencia de Negocios
| Link | Route |
|---|---|
| Dashboard Mesero | dashboard.mesero |
Gestión de Mesas
| Link | Route | Middleware |
|---|---|---|
| Mesas | mesas.index | role:admin,mesero |
Typical workflow
Log in and open the dashboard
Navigate to
/dashboard/mesero after authentication. The four metric cards give you an immediate snapshot of today’s activity.Review table status
Click Mesas in the sidebar to open the table management view. You can see which tables are occupied, available, or reserved.
Quick actions
Manage tables
Open the full table management view to check and update table status.
Administrator dashboard
Reference the admin view to understand the full system context.