mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
new library added
This commit is contained in:
@@ -9,6 +9,8 @@ use App\Nova\Course;
|
||||
use App\Nova\Dashboards\Main;
|
||||
use App\Nova\Event;
|
||||
use App\Nova\Lecturer;
|
||||
use App\Nova\Library;
|
||||
use App\Nova\LibraryItem;
|
||||
use App\Nova\Participant;
|
||||
use App\Nova\Registration;
|
||||
use App\Nova\Tag;
|
||||
@@ -50,6 +52,13 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
|
||||
->icon('academic-cap')
|
||||
->collapsable(),
|
||||
|
||||
MenuSection::make('Bibliothek', [
|
||||
MenuItem::resource(Library::class),
|
||||
MenuItem::resource(LibraryItem::class),
|
||||
])
|
||||
->icon('library')
|
||||
->collapsable(),
|
||||
|
||||
MenuSection::make('Admin', [
|
||||
MenuItem::resource(Category::class),
|
||||
MenuItem::resource(Country::class),
|
||||
|
||||
Reference in New Issue
Block a user