Individuo::count(), 'gruppi' => Gruppo::count(), 'notifiche' => $user->unreadNotificheCount(), ]; $notifiche = $user->notifiche()->take(5)->get(); return view('home.dashboard', compact('stats', 'notifiche')); } }