Ejemplo n.º 1
0
 public function index()
 {
     $materi = Materi::paginate(10);
     $materi->setPath('');
     return View('materi.index')->with('materi', $materi);
 }
Ejemplo n.º 2
0
 public function materi()
 {
     $materi = Materi::paginate(10);
     $materi->setPath('');
     return View('studport/materi')->with('materi', $materi);
 }