Ejemplo n.º 1
0
 public function create()
 {
     $tags = Tag::lists('name', 'id');
     return view('create', compact('tags'));
 }