@include("common.header") @foreach($video_list as $video)
{{$video->title}}

视频时长:{{$video->total_duration}}

@if($video->danmakus_count > 0)

弹幕数量:{{$video->danmakus_count}} @if($video->bilibili_danmakus_count > 0) B站 @endif @if($video->ixigua_danmakus_count > 0) 西瓜视频 @endif @if($video->douyin_danmakus_count > 0) 抖音 @endif

@endif @if($video->programs_count > 0)

节目数量:{{$video->programs_count}}

@endif
去B站浏览 @if($video->danmakus_count > 0) 直播弹幕明细 @endif @if($video->programs_count > 0) 节目列表 @endif
@endforeach {{$video_list->links()}} @include("common.footer")