Example #1
0
 public function destroy(Comment $comment)
 {
     $comment->delete();
     return redirect()->route('admin.comment.index');
 }