@php $items = [ ['label' => 'Tableau de bord', 'icon' => 'bi-speedometer2', 'route' => 'dashboard'], ['label' => 'Ruchers', 'icon' => 'bi-diagram-3', 'route' => 'ruchers.index'], ['label' => 'Ruches', 'icon' => 'bi-hdd-stack', 'route' => 'ruches.index'], ['label' => 'Mesures', 'icon' => 'bi-graph-up', 'route' => 'mesures.index'], ['label' => 'Alertes', 'icon' => 'bi-bell', 'route' => 'alertes.index'], ['label' => 'Exports', 'icon' => 'bi-file-earmark-arrow-down', 'route' => 'exports.index'], ['label' => 'Utilisateurs', 'icon' => 'bi-people', 'route' => 'users.index'], ['label' => 'Profil', 'icon' => 'bi-person', 'route' => 'profile.edit'], ]; @endphp