Thông tin Video
| Tiêu đề: | {{ $h5pVideo->title }} |
| Link Video: | {{ $h5pVideo->video_url }} |
| Mô tả: | {{ $h5pVideo->description }} |
| Số lượng H5P: | {{ $h5pVideo->items->count() }} items |
| Ngày tạo: | {{ $h5pVideo->created_at->format('d/m/Y H:i:s') }} |
| Cập nhật lần cuối: | {{ $h5pVideo->updated_at->format('d/m/Y H:i:s') }} |
Preview Video
Click để xem video
Danh sách H5P Items ({{ $h5pVideo->items->count() }} items)
@if($h5pVideo->items->count() > 0)
@foreach($h5pVideo->items->sortBy('time_seconds') as $index => $item)
@endforeach
@else
@endif
{{ $index + 1 }}
{{ $item->formatted_time }}