group(function () { Route::prefix('admin')->group(function () { Route::get('/', AdminDashboardController::class); }); });