year; $data = $this->dashboardService->getDashboard($user, $currentYear); return Inertia::render('dashboard/index', $data); } }