Added admin layout
This commit is contained in:
@@ -13,5 +13,6 @@ class AdminDashboardController extends CommonController
|
||||
{
|
||||
$inertiaProvider = new InertiaProvider('Admin/Dashboard', []);
|
||||
return $inertiaProvider->render();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user