'notifications', 'namespace' => 'Admin', 'as' => 'notification.', ], function (Router $router) { $router->resource('templates', 'IndexController'); $router->get('settings', 'SettingController@index'); });