@include("common.header")
@foreach($programs as $program) @endforeach
节目名称 点播及追加 节目开始 节目结束
$program->id])}}" class="mr-3 text-indigo-600 hover:text-indigo-900 dark:hover:text-indigo-400">
{{$program->name}}
@if($program->difficulty)
难度: {{$program->difficulty}}
@endif @if($program->desc)
{{$program->desc}}
@endif
@foreach($program->appends as $append)
@endforeach
@foreach($program->video_pivots as $video_pivot)
{{$video_pivot->created_at}}
P{{$video_pivot->start_part}}#{{$video_pivot->start_time}}
@if($video_pivot->start_image) Start @else 无预览 @endif
@endforeach
@foreach($program->video_pivots as $video_pivot)
P{{$video_pivot->stop_part}}#{{$video_pivot->stop_time}}
@if($video_pivot->start_image) End @else 无预览 @endif
@endforeach
{{$programs->onEachSide(1)->links()}}
@include("common.footer")