Attivato menu consumi Gas

This commit is contained in:
2023-10-16 18:00:49 +02:00
parent b8b39f45e6
commit 11f819cfbc
7 changed files with 150 additions and 51 deletions

View File

@@ -421,6 +421,13 @@ return [
'route' => 'calendario',
'icon' => 'fas fa-fw fa-calendar',
],
['header' => 'CONSUMI'],
[
'text' => 'GAS',
'route' => 'gas',
'icon' => 'fas fa-fw fa-fire',
'can' => ['consumi']
],
['header' => 'AMMINISTRAZIONE'],
[
'text' => 'Utenti',
@@ -428,6 +435,13 @@ return [
'icon' => 'fas fa-fw fa-user',
'can' => ['amministrazione']
],
['header' => 'UTILI'],
[
'text' => 'Meeting Room',
'route' => 'meeting',
'icon' => 'fas fa-fw fa-file-video',
// 'can' => ['amministrazione']
],
],