Beispiel #1
0
 public function compose(View $view)
 {
     $tags = Tag::all();
     $view->with('tags', $tags);
 }