Example #1
0
 public function anyCombobox($value = '')
 {
     $data = Tahun::orderBy('tahun', 'asc')->get();
     return $data;
 }