namespace($this->moduleNamespace) ->group(module_path('SupplyChain', '/Routes/web.php')); if (file_exists(module_path('SupplyChain', '/Routes/portal.php'))) { Route::middleware('web') ->namespace($this->moduleNamespace) ->group(module_path('SupplyChain', '/Routes/portal.php')); } } }