getModel(); $this->packages = $model->getCatalog(); $this->addToolbar(); $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->registerAndUseStyle('com_mokosuiteclient.dashboard', 'com_mokosuiteclient/dashboard.css'); parent::display($tpl); } protected function addToolbar(): void { ToolbarHelper::title(Text::_('COM_MOKOSUITECLIENT_EXTENSIONS_TITLE'), 'puzzle-piece'); ToolbarHelper::back('JTOOLBAR_BACK', 'index.php?option=com_mokosuiteclient'); } }