This commit is contained in:
ct
2025-07-15 04:21:15 +08:00
parent 50d31aad9d
commit 66511e2b01
3 changed files with 52 additions and 46 deletions

View File

@@ -24,7 +24,7 @@ public function index()
];
});
return Inertia::render('home/home', [
return Inertia::render('home', [
'stats' => $stats,
]);
}