예제 #1
0
 /**
  * Show the homepage.
  *
  * @return \Response
  */
 public function getIndex()
 {
     $tricks = $this->tricks->findAllPaginated();
     $this->view('home.index', compact('tricks'));
 }