first commit

This commit is contained in:
dyzcdn
2025-12-21 08:34:52 +07:00
parent 7c746f776a
commit 79720cccc6

View File

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