[ [ 'label' => 'Hauptmenü', 'items' => [ [ 'key' => 'dashboard', 'route' => 'dashboard', 'label' => 'Startseite', 'icon' => 'home', ], [ 'key' => 'subjects', 'route' => 'subjects', 'label' => 'Meine Fächer', 'icon' => 'book-open', ], [ 'key' => 'tasks', 'route' => 'tasks', 'label' => 'Aufgaben', 'icon' => 'clipboard-document-check', 'badge' => 4, ], [ 'key' => 'photo', 'route' => 'photo', 'label' => 'Foto-Hilfe', 'icon' => 'camera', ], [ 'key' => 'rewards', 'route' => 'rewards', 'label' => 'Belohnungen', 'icon' => 'trophy', ], [ 'key' => 'progress', 'route' => 'progress', 'label' => 'Fortschritt', 'icon' => 'chart-bar', ], ], ], [ 'label' => 'Mehr', 'items' => [ [ 'key' => 'notifications', 'route' => 'notifications', 'label' => 'Mitteilungen', 'icon' => 'bell', ], [ 'key' => 'settings', 'route' => 'settings', 'label' => 'Einstellungen', 'icon' => 'cog-6-tooth', ], ], ], ], ];