@extends("domains.common.layouts.layout") @section("header") @vite([ 'resources/js/domains/common/toastGrid.js', 'resources/js/domains/common/fullCalendar.js', 'resources/js/domains/product/composed.js', 'resources/js/domains/product/gridColumns.js', ]) @endsection @php $SERVICE_NAME = App\Domains\Product\Infrastructure\Model\Service::ACADEMY == $course->service_id ? "어학원" : "인강"; $SERVICE_ENGLISH_NAME = App\Domains\Product\Infrastructure\Model\Service::ACADEMY == $course->service_id ? "academy" : "ielts"; @endphp @section("main-content")

{{ $SERVICE_NAME }} 강좌 상세

  • 강좌 관리
  • {{ $SERVICE_NAME }} 강좌 상세
$SERVICE_ENGLISH_NAME == "academy", "detail-con-wrap2" => $SERVICE_ENGLISH_NAME == "ielts", ])>
{{-- 어학원 기본정보 --}} @if ($SERVICE_ENGLISH_NAME == "academy")

강좌 구분

강좌 번호
{{ $course->id }}
활성 구분
activated == 1)>
activated === 0)>
모듈
{{ $course->module->name }}
썸네일
s3_key) src="{{ app(\S3Helper::class)->getDownloadPresignedUrl($course?->s3_key) }}" @endif >
* 파일 형식 : jpg, jpeg, png
* 권장 이미지 사이즈 : 512*344

기본 정보

강좌명

간략 소개
강좌 대상
강좌 가이드
@endif {{-- 인강 기본정보 --}} @if ($SERVICE_ENGLISH_NAME == "ielts")

강좌 정보

강좌 번호
{{ $course->id }}
활성 구분
activated == 1)>
activated === 0)>
모듈
{{ $course->module->name }}
강좌명
@endif
{{-- 어학원 학사일정 --}} @if ($SERVICE_ENGLISH_NAME == "academy")

강좌 일정
{{ date('m') }}월 수업
N
모의고사
N

@endif
{{-- 어학원 커리큘럼 --}} @if ($SERVICE_ENGLISH_NAME == "academy")

과목별 강사 및 커리큘럼

@php $subjectNames = [ "L", "R", "S", "S", "WT1", "WT2" ]; @endphp @foreach ($subjectNames as $key => $subjectName) @php $tmpCourseTeacher = $course?->CourseTeachers->where("subject_id", $subjects[$subjectName][0]?->id)->groupBy("teacher_id") ?? []; @endphp @if ($key === 0 || $key === (count($subjectNames) / 2))
@endif
{{ $subjects[$subjectName][0]?->fullname ?? "" }}

@if (($key + 1) === (count($subjectNames) / 2) || $key == (count($subjectNames) - 1))
@endif @endforeach

@endif

구성 강의 총 0총 영상 길이 00:00:00

구성 교재  0

포함 상품

@forelse ($course->getIncludedProducts() as $product) @empty @endforelse
번호 등록 일시 서비스 구분 상품 구분 모듈 상품명
1 2023.06.16
00:00:00
인강 판매 Academic %강좌명%
No data.

변경 히스토리

@forelse ($course->getParsingLogs() as $productLog) @empty @endforelse
번호 일시 활성 구분 썸네일 강좌명 강좌 일정 과목별 강사 담당자 자세히 보기
{{ $productLog->id }} @if (isset($productLog->created_at)) {{ explode(" ", $productLog->created_at)[0] }}
{{ explode(" ", $productLog->created_at)[1] }} @else - @endif
@if ($productLog->activated == 1) 활성 @else 비활성 @endif {{ last(explode('/', $productLog?->s3_key ?? '')) ?? '-' }} {{ $productLog->name }} 변경/삭제 @forelse ($productLog?->courseTeachers ?? [] as $courseTeacher) {{ $courseTeacher->subject->name }} - {{ $courseTeacher->user->name }}
@empty - @endforelse
{{ $productLog->created_by }} 자세히 보기
No data.
@endsection @push("script") @endpush