@extends("common.layout") @section('page-title', $service=='ielts' ? '인강 영상 관리' : '어학원 영상 관리') @section("header") {!! resource('js/common/tomSelectAllCheck.js') !!} @endsection @section("content")

{{ $pageServiceName }} 영상 관리

{{ $videos->total() }}
{!! \BaseHelper::sortHead('번호', 'id', 'text-end', 'desc') !!} {!! \BaseHelper::sortHead('영상명', 'name', 'text-start') !!} {!! \BaseHelper::sortHead('등록일', 'created_at') !!} @foreach ($videos as $video) @endforeach
썸네일 과목 강사 영상길이 미디어키 강의 수관리
{{ $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 }}
@endsection @push("script") @endpush