Ejemplo n.º 1
0
 /**
  * Show the categories index.
  *
  * @return \Response
  */
 public function getCategoryIndex()
 {
     $categories = $this->categories->findAllWithTrickCount();
     $this->view('browse.categories', compact('categories'));
 }