@forelse($videos as $video)
@if($video->thumbnail)
@else
@endif
|
{{ $video->title }}
@if($video->youtube_video_id)
ID: {{ $video->youtube_video_id }}
@endif
|
{{ ucfirst($video->category) }}
|
{{ ucfirst($video->level) }}
|
@if($video->duration_minutes)
{{ $video->duration_minutes }} menit
@else
-
@endif
|
{{ $video->view_count ?? 0 }}
|
{{ ucfirst($video->status) }}
|
{{ $video->sort_order }} |
|
@empty
| Tidak ada data video academy |
@endforelse