The administrator dashboard is the command center for the entire SaborGestion system. Users with theDocumentation 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.
admin role have unrestricted access to every module and see a consolidated view of all business activity.
Route: GET /dashboard/administradorController:
DashboardController@administradorNamed route:
dashboard.administrador
Access is restricted to users whose
role is admin. Any other authenticated user who navigates to this route receives a 403 Forbidden response.Metrics overview
The dashboard displays four real-time 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 that have run 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 admin role unlocks every section in the sidebar. The sidebar is collapsible (expands to 288 px, collapses to 80 px) and persists its state inlocalStorage.
Inteligencia de Negocios
Provides access to the dashboard for every role, so the admin can review each operational view:| Link | Route |
|---|---|
| Dashboard Admin | dashboard.administrador |
| Dashboard Mesero | dashboard.mesero |
| Dashboard Cocinero | dashboard.cocinero |
| Dashboard Cajero | dashboard.cajero |
Catálogo y Menú
| Link | Route | Middleware |
|---|---|---|
| Productos | productos.index | role:admin,cocinero |
| Inventario | inventario.index | role:admin,cocinero |
Gestión de Mesas
| Link | Route | Middleware |
|---|---|---|
| Mesas | mesas.index | role:admin,mesero |
Operaciones
Orders, kitchen tickets, delivery, and all billing actions in one section:| Link | Route | Middleware |
|---|---|---|
| Pedidos | pedidos.index | role:admin,cajero |
| Comandas | comandas.index | role:admin,cajero |
| Delivery | delivery.index | role:admin,cajero |
| Pre-factura | facturas.index | role:admin,cajero |
| Pagos | pagos.index | role:admin,cajero |
| Cierre de Caja | cierres.index | role:admin,cajero |
Administración
Exclusive to theadmin role — not visible to any other role:
| Link | Route |
|---|---|
| Usuarios | usuarios.index |
Quick actions
Manage users
Create, edit, and assign roles to system users.
Products & inventory
Add menu items and monitor ingredient stock levels.
Tables & orders
View table status and manage active orders.
Billing & payments
Generate pre-invoices, record payments, and close the register.