번호 | 강의명 | 모듈 | 활성 | 등록일 |
---|---|---|---|---|
{{ $lecture->id }} | {{ $lecture->name }} | {{ $lecture->module }} | {{ $lecture->activated ? 'Y':'' }} | {{ explode(" ", $lecture->created_at)[0] }} |
@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")
@if($video)번호 | 강의명 | 모듈 | 활성 | 등록일 |
---|---|---|---|---|
{{ $lecture->id }} | {{ $lecture->name }} | {{ $lecture->module }} | {{ $lecture->activated ? 'Y':'' }} | {{ explode(" ", $lecture->created_at)[0] }} |