@include("common.header") @foreach($video_list as $video) @endforeach
视频标题 弹幕条数
@if($video->danmakus_count > 0) {{$video->title}} @if($video->bilibili_danmakus_count > 0) B站 @endif @if($video->ixigua_danmakus_count > 0) 西瓜视频 @endif @if($video->douyin_danmakus_count > 0) 抖音 @endif @else {{$video->title}} @endif {{$video->danmakus_count}}
{{$video_list->links()}} @include("common.footer")