@extends("common.layout") @section('page-title', $service=='ielts' ? '인강 영상 관리' : '어학원 영상 관리') @section("header") {!! resource('js/common/tomSelectAllCheck.js') !!} @endsection @section("content")
썸네일 | 과목 | 강사 | 영상길이 | 미디어키 | 강의 수 | {!! \BaseHelper::sortHead('등록일', 'created_at') !!}관리 | |||
---|---|---|---|---|---|---|---|---|---|
{{ $video->id }} | {{ $video->name }} |
|
|
{{ gmdate('G:i:s', $video->duration) }} |
@if ( $video->upload_file_key )
{{ $video->upload_file_key }} @endif {{ $video->media_key }} |
{{ $video->lectures->count() }} | {{ $video->created_at }} |