feat: Implement Event management features including CRUD operations and routing
This commit is contained in:
@@ -66,13 +66,13 @@ return [
|
||||
[
|
||||
'text' => 'Franchise Request',
|
||||
'url' => 'admin/franchise',
|
||||
// 'can' => ['franchise.index'],
|
||||
'can' => ['franchise.index'],
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Newsletter',
|
||||
'url' => 'admin/newsletter',
|
||||
// 'can' => ['newsletter.index'],
|
||||
'can' => ['newsletter.index'],
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -133,6 +133,14 @@ return [
|
||||
'can' => ['service.index'],
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Events',
|
||||
'url' => 'admin/event',
|
||||
'icon' => 'ri-feedback-line',
|
||||
'module' => 'CCMS',
|
||||
'can' => ['event.index'],
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Team',
|
||||
'url' => 'admin/team',
|
||||
|
Reference in New Issue
Block a user