get(); $latestChallenges = Challenge::latest()->take(3)->get(); return view('admin.dashboard', compact('totalGuru','totalSiswa','totalKelas','totalMapel','chartData','latestChallenges')); } }