{{$program->name}}
难度:{{$program->difficulty}}
要求:{{$program->desc}}
@foreach($program->appends as $append)
@endforeach
@foreach($videos as $video_pivot)
@if($video_pivot->video)
video->id)}}">查看《{{$video_pivot->video->title}}》下所有的节目
@else
查看录播
@endif
@endforeach
| 节目开始时的画面 | 节目结束时的画面 |
|---|---|
|
{{$video_pivot->created_at}} P{{$video_pivot->start_part}}#{{$video_pivot->start_time}}
@if($video_pivot->start_image)
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->start_ocr["ts"]) }}
@endif
|
P{{$video_pivot->stop_part}}#{{$video_pivot->stop_time}}
@if($video_pivot->start_image)
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->stop_ocr["ts"]) }}
@endif
|