feat: add dashboard btn to menu
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
ce9184c386
commit
c40b12f9f0
@ -232,6 +232,11 @@ return [
|
|||||||
'icon' => 'fas fa-home',
|
'icon' => 'fas fa-home',
|
||||||
'url' => '/',
|
'url' => '/',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'text' => 'Dashboard',
|
||||||
|
'icon' => 'fas fa-tachometer-alt',
|
||||||
|
'url' => '/dashboard'
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'header' => 'h_applications',
|
'header' => 'h_applications',
|
||||||
'can' => 'applications.view.own',
|
'can' => 'applications.view.own',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user