@extends("common.layout-popup") @section("header") {!! resource('js/common/tomSelectAllCheck.js') !!} {!! resource('js/product/add-option-type.js') !!} @endsection @section("page-title", "영상 변경") @section("content")
{{ $videos->total() }}
{!! \BaseHelper::sortHead('번호', 'id', 'text-end', 'desc') !!} {!! \BaseHelper::sortHead('영상명', 'name', 'text-start') !!} {!! \BaseHelper::sortHead('등록일', 'created_at') !!} @foreach ($videos as $video) @endforeach
과목 강사 영상길이 강의 수
{{ $video->upload_file_key }} {{ $video->media_key }} {{ $video->id }} {{ $video->name }} {{ $video->subject }} {{ $video->teacher?->name }} {{ gmdate('G:i:s', $video->duration) }} {{ $video->lectures->count() }} {{ date("Y-m-d", strtotime($video->created_at))}}
@endsection @push("script") @endpush