@include("common.header")
查找节目单关键词,空格隔开查找多个关键词
@foreach($comments as $comment)
{{$comment->video->title}}
稿件时间:{{$comment->video->created_at}}
评论时间:{{$comment->created_at}}
{{$comment->content}}
去B站浏览
课代表:
{{$comment->uname}}
@endforeach
{{$comments->links()}}
@include("common.footer")