Cambio template sulla dashboard

This commit is contained in:
2023-10-01 16:53:28 +02:00
parent ac1ac587f9
commit b008787c61
5 changed files with 386 additions and 76 deletions

View File

@@ -307,82 +307,98 @@ return [
'text' => 'search',
],
[
'text' => 'blog',
'url' => 'admin/blog',
'text' => 'Dashboard',
'url' => '/admin',
'can' => 'manage-blog',
],
[
'text' => 'pages',
'url' => 'admin/pages',
'icon' => 'far fa-fw fa-file',
'label' => 4,
'label_color' => 'success',
],
['header' => 'account_settings'],
[
'text' => 'profile',
'url' => 'admin/settings',
'icon' => 'fas fa-fw fa-user',
],
[
'text' => 'change_password',
'url' => 'admin/settings',
'icon' => 'fas fa-fw fa-lock',
],
[
'text' => 'multilevel',
'icon' => 'fas fa-fw fa-share',
'text' => 'Gestione Economica',
'url' => '#',
'icon' => 'far fa-fw fa-money-bills',
'submenu' => [
[
'text' => 'level_one',
'text' => 'Lista movimenti',
'url' => '#',
],
[
'text' => 'level_one',
'url' => '#',
'text' => 'Categorie',
'url' => '#',
],
[
'text' => 'Tags',
'url' => '#',
],
[
'text' => 'Report Movimenti',
'url' => '#',
],
[
'text' => 'Bilancio annuale',
'url' => '#',
],
[
'text' => 'Import/Export',
'url' => '#',
'icon' => 'fas fa-fw fa-sync',
'submenu' => [
[
'text' => 'level_two',
'text' => 'Esporta tutti i movimenti',
'url' => '#',
],
[
'text' => 'level_two',
'url' => '#',
'submenu' => [
[
'text' => 'level_three',
'url' => '#',
],
[
'text' => 'level_three',
'url' => '#',
],
],
'text' => 'Importa Estratto conto ING',
'url' => '#',
],
[
'text' => 'Importa Estratto conto Cassa Rurale',
'url' => '#',
],
],
],
],
],
['header' => 'GESTIONE BENI'],
[
'text' => 'Contratti',
'url' => '#',
'icon' => 'fas fa-fw fa-newspaper',
'can' => 'contratti',
],
[
'text' => 'Automobili',
'url' => '#',
'icon' => 'fas fa-fw fa-car',
],
[
'text' => 'Progetti',
'url' => '#',
'icon' => 'fas fa-fw fa-todo',
],
[
'text' => 'Attività',
'url' => '#',
'icon' => 'fas fa-fw fa-todo',
],
['header' => 'GESTIONE PIM'],
[
'text' => 'Contatti',
'url' => '/admin/contatti',
'icon' => 'fas fa-fw fa-user',
'submenu' => [
[
'text' => 'level_one',
'url' => '#',
'text' => 'Nuovo Contatto',
'url' => '/admin/contatti/new',
],
],
],
['header' => 'labels'],
[
'text' => 'important',
'icon_color' => 'red',
'url' => '#',
],
[
'text' => 'warning',
'icon_color' => 'yellow',
'url' => '#',
],
[
'text' => 'information',
'icon_color' => 'cyan',
'url' => '#',
'text' => 'Appuntamenti',
'url' => '#',
'icon' => 'fas fa-fw fa-calendar',
],
],
/*