getRouter(); return $request->getView()->renderVuePage( response: $response, component: 'Vue_AdminSettings', id: 'admin-settings', title: __('System Settings'), props: [ 'apiUrl' => (string)$router->named('api:admin:settings', [ 'group' => Settings::GROUP_GENERAL, ]), 'testMessageUrl' => (string)$router->named('api:admin:send-test-message'), 'acmeUrl' => (string)$router->named('api:admin:acme'), 'releaseChannel' => $this->version->getReleaseChannelEnum()->value, ], ); } }