@include("common.header")

{{$video->title}}

弹幕总数:{{$video->danmakus_count}} 前往B站
@foreach($danmakus as $danmaku)
{{$danmaku->created_at}}

{{$danmaku->content}}

@endforeach
{{$danmakus->onEachSide(1)->links()}}
@include("common.footer")