@@ -7,25 +7,25 @@ |
||
7 | 7 | use KielD01\LaravelMaterialDashboardPro\Helpers\MenuItemLinkType; |
8 | 8 | |
9 | 9 | return [ |
10 | - [ |
|
11 | - 'title' => 'Dashboard', |
|
12 | - 'link' => [ |
|
13 | - 'type' => MenuItemLinkType::ROUTE, |
|
14 | - 'route' => 'dashboard.index', |
|
15 | - ], |
|
16 | - 'icon' => [MaterialIcon::class, 'dashboard'], |
|
17 | - ], |
|
18 | - [ |
|
19 | - 'title' => 'Users', |
|
20 | - 'icon' => [FontAwesomeIcon::class, 'login'], |
|
21 | - 'children' => [ |
|
22 | - [ |
|
23 | - 'title' => 'Create User', |
|
24 | - 'link' => [ |
|
25 | - 'type' => MenuItemLinkType::ROUTE, |
|
26 | - 'route' => 'users.create', |
|
27 | - ], |
|
28 | - ] |
|
29 | - ] |
|
30 | - ], |
|
10 | + [ |
|
11 | + 'title' => 'Dashboard', |
|
12 | + 'link' => [ |
|
13 | + 'type' => MenuItemLinkType::ROUTE, |
|
14 | + 'route' => 'dashboard.index', |
|
15 | + ], |
|
16 | + 'icon' => [MaterialIcon::class, 'dashboard'], |
|
17 | + ], |
|
18 | + [ |
|
19 | + 'title' => 'Users', |
|
20 | + 'icon' => [FontAwesomeIcon::class, 'login'], |
|
21 | + 'children' => [ |
|
22 | + [ |
|
23 | + 'title' => 'Create User', |
|
24 | + 'link' => [ |
|
25 | + 'type' => MenuItemLinkType::ROUTE, |
|
26 | + 'route' => 'users.create', |
|
27 | + ], |
|
28 | + ] |
|
29 | + ] |
|
30 | + ], |
|
31 | 31 | ]; |