Пример #1
0
 public function index()
 {
     $years = EditionDao::listAllYears();
     return view('year.index')->with(array('years' => $years));
 }