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 [
|
return [
|
||||||
[
|
[
|
||||||
'icon' => 'dashboard',
|
|
||||||
'name' => 'Dashboard',
|
'name' => 'Dashboard',
|
||||||
|
'icon' => 'dashboard',
|
||||||
'path' => '/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',
|
'name' => 'Calendar',
|
||||||
|
'icon' => 'calendar',
|
||||||
'path' => '/calendar',
|
'path' => '/calendar',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'icon' => 'user-profile',
|
|
||||||
'name' => 'User Profile',
|
'name' => 'User Profile',
|
||||||
|
'icon' => 'user-profile',
|
||||||
'path' => '/profile',
|
'path' => '/profile',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@@ -51,16 +59,16 @@ class MenuHelper
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
'icon' => 'charts',
|
|
||||||
'name' => 'Charts',
|
'name' => 'Charts',
|
||||||
|
'icon' => 'charts',
|
||||||
'subItems' => [
|
'subItems' => [
|
||||||
['name' => 'Line Chart', 'path' => '/line-chart', 'pro' => false],
|
['name' => 'Line Chart', 'path' => '/line-chart', 'pro' => false],
|
||||||
['name' => 'Bar Chart', 'path' => '/bar-chart', 'pro' => false]
|
['name' => 'Bar Chart', 'path' => '/bar-chart', 'pro' => false]
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'icon' => 'ui-elements',
|
|
||||||
'name' => 'UI Elements',
|
'name' => 'UI Elements',
|
||||||
|
'icon' => 'ui-elements',
|
||||||
'subItems' => [
|
'subItems' => [
|
||||||
['name' => 'Alerts', 'path' => '/alerts', 'pro' => false],
|
['name' => 'Alerts', 'path' => '/alerts', 'pro' => false],
|
||||||
['name' => 'Avatar', 'path' => '/avatars', 'pro' => false],
|
['name' => 'Avatar', 'path' => '/avatars', 'pro' => false],
|
||||||
@@ -71,8 +79,8 @@ class MenuHelper
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'icon' => 'authentication',
|
|
||||||
'name' => 'Authentication',
|
'name' => 'Authentication',
|
||||||
|
'icon' => 'authentication',
|
||||||
'subItems' => [
|
'subItems' => [
|
||||||
['name' => 'Sign In', 'path' => '/signin', 'pro' => false],
|
['name' => 'Sign In', 'path' => '/signin', 'pro' => false],
|
||||||
['name' => 'Sign Up', 'path' => '/signup', 'pro' => false],
|
['name' => 'Sign Up', 'path' => '/signup', 'pro' => false],
|
||||||
|
|||||||
Reference in New Issue
Block a user