@include("header")

{{$video->title}}

弹幕数:{{$video->danmakus_count}}

@if($keyword) @foreach($danmakus as $danmaku) @endforeach
发送人 弹幕内容 发送时间
@switch($danmaku->platform_id) @case(1) B站 {{$danmaku->from}} @break(1) @case(2) 西瓜视频 {{$danmaku->from}} @break(2) @default {{$danmaku->from}} @break(2) @endswitch {{$danmaku->content}} {{$danmaku->created_at}}
@endif @include("footer")