@include("common.header")
@if($program) @endif @if($errors->any()) @foreach ($errors->all() as $error)
错误:{{ $error }}
@endforeach @endif
@if(count($program->video_pivots) > 0) 打开至开始位置 打开至结束位置 @endif 返回列表
@include("common.footer")