@include("common.header")

支持多个关键词组合搜索

@foreach($video_list as $video)
投稿时间: {{$video->created_at}}
视频时长: {{$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->onEachSide(1)->links()}}
@include("common.footer")