예제 #1
0
파일: OsnovniKO.php 프로젝트: duxor/GUSLE
 public function getIndex()
 {
     return view('index')->withOglasi(Proizvod::getPoslednjiOglasi(6))->withAktuelnosti(Objava::getPoslednjeObjave(3));
 }