The cook 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.
cocinero users a view centered on kitchen operations. It surfaces the shared business metrics and limits sidebar navigation to the catalog and inventory sections — the areas a cook needs to manage day to day.
Route: GET /dashboard/cocineroController:
DashboardController@cocineroNamed route:
dashboard.cocinero
Access requires the authenticated user’s
role to be cocinero 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 cocinero role sees a sidebar focused on catalog and inventory.Inteligencia de Negocios
| Link | Route |
|---|---|
| Dashboard Cocinero | dashboard.cocinero |
Catálogo y Menú
| Link | Route | Middleware |
|---|---|---|
| Productos | productos.index | role:admin,cocinero |
| Inventario | inventario.index | role:admin,cocinero |
Typical workflow
Log in and check the dashboard
Navigate to
/dashboard/cocinero after authentication. The Productos Agotados card immediately flags any items that can no longer be prepared.Check the inventory badge
If the Inventario sidebar link shows a badge, open the inventory view to see which ingredients are running low and need replenishment.
Update product availability
In the Productos view, mark items as unavailable if their ingredients are depleted. This prevents orders from being taken for dishes that cannot be prepared.
Quick actions
Gestión de Productos
Add, edit, or disable menu items based on what is available in the kitchen.
Control de Inventario
Track ingredient quantities and receive low-stock alerts.