new library added

This commit is contained in:
Benjamin Takats
2022-12-05 19:04:57 +01:00
parent 5735158927
commit b9265c3ec9
39 changed files with 1482 additions and 115 deletions

View File

@@ -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),