Esempio n. 1
0
 /**
  * Show the form for creating a new resource.
  *
  * @return Response
  */
 public function lableArticle($id)
 {
     return view('home.lableArticle')->withArticles(Lable::with('article')->where('id', $id)->get());
 }