예제 #1
0
 public function update($id)
 {
     $comments = Comment::findorfail($id);
     return view('comment.update', compact('comments'));
 }