@foreach($comments as $comment)
@endforeach
{{$comment->content}}
{{$comment->created_at}}
投稿: {{$comment->video->created_at}}
{{$comments->onEachSide(1)->links()}}