sistemazione reports - cambio password - profilo utente

This commit is contained in:
2026-05-27 10:45:05 +02:00
parent fefc3bba2a
commit 3471befb1a
26 changed files with 1964 additions and 632 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ $appName = \App\Models\AppSetting::getAppName() ?? 'Glastree';
<i class="fas fa-user"></i> {{ Auth::user()->name }}
</a>
<div class="dropdown-menu dropdown-menu-right">
<a href="#" class="dropdown-item">
<a href="{{ route('profile') }}" class="dropdown-item">
<i class="fas fa-user-cog mr-2"></i> Profilo
</a>
<div class="dropdown-divider"></div>