SIBM
{% set path = app.request.attributes.get('_route') %}
{% set routes = [
{ label: 'Dashboard', path: 'home', icon: 'home' },
{ label: 'Produit', path: 'product_index', icon: 'shopping-bag' },
{ label: 'Clients', path: 'customer_index', icon: 'user'},
{ label: 'Section', path: 'section_index', icon: 'layout'},
{ label: 'Unité', path: 'unit_index', icon: 'hexagon' },
{ label: 'Famille', path: 'family_index', icon: 'users'},
{ label: 'Commande', path: 'order_index', icon: 'activity'},
{ label: 'Production', path: 'stock_index', icon: 'database'},
{ label: 'Site', path: 'site_index', icon: 'map'},
{ label: 'Centrale', path: 'central_index', icon: 'map'},
{ label: 'Beton', path: 'beton_index', icon: 'activity'},
] %}
{% for route in routes %}
-
{% endfor %}