dictDeptModel = new DictDeptModel(); } public function index(): string { return view('dept/index', [ 'title' => 'Department Dictionary', 'depts' => $this->dictDeptModel->findAll(), 'active_menu' => 'dept', 'page_title' => 'Department Dictionary' ]); } }