@foreach($video_list as $video)
@endforeach
投稿时间:
{{$video->created_at}}
视频时长:
{{$video->total_duration}}
@if($video->danmakus_count > 0)
弹幕数量:
{{$video->danmakus_count}}
@endif
@if($video->programs_count > 0)
@if($video->bilibili_danmakus_count > 0)
@endif
@if($video->ixigua_danmakus_count > 0)
@endif
@if($video->douyin_danmakus_count > 0)
@endif
节目数量:
{{$video->programs_count}}
@endif
{{$video_list->onEachSide(1)->links()}}