'.__('label.what_are_you_trying_to_accomplish').''; $description .= ''.$params['accomplish']; } if (isset($params['worldview'])) { $description .= '

'.__('label.how_does_the_world_look_like').'

'; $description .= ''.$params['worldview']; } if (isset($params['whyImportant'])) { $description .= '

'.__('label.why_is_this_important').'

'; $description .= ''.$params['whyImportant']; } $this->projectService->patch(session('currentProject'), ['details' => $description]); $this->projectService->changeCurrentSessionProject(session('currentProject')); $this->settingsRepo->saveSetting('companysettings.completedOnboarding', true); return true; } }