@extends($isPopup ? "common.layout-popup" : "common.layout") @php $page_title = $pageServiceName . ' 영상 ' . ($video?->id ? '상세보기 ('.$video->id.')' : '등록'); @endphp @section('page-title', $page_title) @section("header") {!! resource('css/form.css') !!} {!! resource('js/form.js') !!} @endsection @section("content")
@csrf

@if (! $isPopup)
{{ $page_title }}
@endif
@if ($video?->id) @if ($User->is->root) @endif @endif

영상정보
{{--영상 번호--}} @if ($video?->id)
{{ $video?->id }}
@endif
name }}" required>
{{--과목--}}
@foreach ($subjects as $subjectKey => $subjectName)
subject)>
@endforeach
@if($service == 'ielts')
@endif
@if($video)
미리보기
@endif
@if($video)
포함 강의
@foreach ($video->lectures as $lecture) @endforeach
번호 강의명 모듈 활성 등록일
{{ $lecture->id }} {{ $lecture->name }} {{ $lecture->module }} {{ $lecture->activated ? 'Y':'' }} {{ explode(" ", $lecture->created_at)[0] }}
@endif @endsection @push("script") @endpush