예제 #1
0
 public function getDropDown()
 {
     return Section::orderBy('order', 'asc')->lists('name_' . $this->locale, 'name_' . $this->locale);
 }