hasRole('super-admin') ? true : null; }); // 載入房東後台路由 (只在 central domain 可用) $this->app->booted(function () { if (file_exists(base_path('routes/landlord.php'))) { Route::middleware('web')->group(base_path('routes/landlord.php')); } }); } }