mirror of
https://github.com/twinpath/app-beta.git
synced 2026-01-26 05:45:26 +07:00
first commit
This commit is contained in:
@@ -8,18 +8,26 @@ class MenuHelper
|
||||
{
|
||||
return [
|
||||
[
|
||||
'icon' => 'dashboard',
|
||||
'name' => 'Dashboard',
|
||||
'icon' => 'dashboard',
|
||||
'path' => '/dashboard',
|
||||
],
|
||||
[
|
||||
'icon' => 'calendar',
|
||||
'name' => 'Certificate',
|
||||
'icon' => 'certificate',
|
||||
'subItems' => [
|
||||
['name' => 'List Certificate', 'path' => '/certificate', 'pro' => false],
|
||||
['name' => 'Add Certificate', 'path' => '/certificate/add', 'pro' => false],
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => 'Calendar',
|
||||
'icon' => 'calendar',
|
||||
'path' => '/calendar',
|
||||
],
|
||||
[
|
||||
'icon' => 'user-profile',
|
||||
'name' => 'User Profile',
|
||||
'icon' => 'user-profile',
|
||||
'path' => '/profile',
|
||||
],
|
||||
[
|
||||
@@ -51,16 +59,16 @@ class MenuHelper
|
||||
{
|
||||
return [
|
||||
[
|
||||
'icon' => 'charts',
|
||||
'name' => 'Charts',
|
||||
'icon' => 'charts',
|
||||
'subItems' => [
|
||||
['name' => 'Line Chart', 'path' => '/line-chart', 'pro' => false],
|
||||
['name' => 'Bar Chart', 'path' => '/bar-chart', 'pro' => false]
|
||||
],
|
||||
],
|
||||
[
|
||||
'icon' => 'ui-elements',
|
||||
'name' => 'UI Elements',
|
||||
'icon' => 'ui-elements',
|
||||
'subItems' => [
|
||||
['name' => 'Alerts', 'path' => '/alerts', 'pro' => false],
|
||||
['name' => 'Avatar', 'path' => '/avatars', 'pro' => false],
|
||||
@@ -71,8 +79,8 @@ class MenuHelper
|
||||
],
|
||||
],
|
||||
[
|
||||
'icon' => 'authentication',
|
||||
'name' => 'Authentication',
|
||||
'icon' => 'authentication',
|
||||
'subItems' => [
|
||||
['name' => 'Sign In', 'path' => '/signin', 'pro' => false],
|
||||
['name' => 'Sign Up', 'path' => '/signup', 'pro' => false],
|
||||
|
||||
Reference in New Issue
Block a user