Beispiel #1
0
 public function index()
 {
     $tags = Tag::paginate();
     return view('forum::tags.index', compact('tags'));
 }