_viewDatas = [ 'layout' => LAYOUTS['admin'], 'title' => '관리자페이지', ]; } public function index() { return view($this->_viewPath . '/welcome_message', $this->_viewDatas); } }