title = "Main"; $this->helper = new CommonHelper(); } protected function getModel(): mixed { return null; } public function index(): string { helper(['form']); return view('admin/welcome_message', ['viewDatas' => $this->getViewDatas()]); } }