@if (! isset($pending) && $selectType == 'multiple') @endif | 번호 | 강의명 | 모듈 | 과목 | 강사 | 특강 | 영상길이 | 등록일 |
---|---|---|---|---|---|---|---|---|
{{ $data->id }} | {{ $data->name }} | {{ str_replace("|", " | ", $data->module) }} | {{ $data->video?->subject ? $subjects[$data->video?->subject] : "-"}} | {{ $data->video?->teacher?->name }} | {{ $data->special_type ?? '-' }} | {{ $data->duration }} | {{ explode(" ", $data->created_at)[0] }} |