Added admin layout

This commit is contained in:
2026-06-21 16:44:58 +02:00
parent 79bb186234
commit 5f56ef94a6
@@ -13,5 +13,6 @@ class AdminDashboardController extends CommonController
{
$inertiaProvider = new InertiaProvider('Admin/Dashboard', []);
return $inertiaProvider->render();
}
}