mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
bitcoin events added
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Providers;
|
||||
|
||||
use App\Nova\BitcoinEvent;
|
||||
use App\Nova\BookCase;
|
||||
use App\Nova\Category;
|
||||
use App\Nova\City;
|
||||
@@ -54,6 +55,12 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
|
||||
->icon('calendar')
|
||||
->collapsable(),
|
||||
|
||||
MenuSection::make('Events', [
|
||||
MenuItem::resource(BitcoinEvent::class),
|
||||
])
|
||||
->icon('star')
|
||||
->collapsable(),
|
||||
|
||||
MenuSection::make('Schule', [
|
||||
MenuItem::resource(City::class),
|
||||
MenuItem::resource(Venue::class),
|
||||
|
||||
Reference in New Issue
Block a user