getCityList(); return isset($list[$value]) ? $list[$value] : ''; } public function getCityList() { return Area::where('pid', 655)->column('name','id'); } }