Beispiel #1
0
 /**
  * Show the tags index.
  *
  * @return \Response
  */
 public function getTagIndex()
 {
     $tags = $this->tags->findAllWithTrickCount();
     return view('browse.tags', compact('tags'));
 }