@extends("common.layout")
@section("header")
{!! resource('js/common/tomSelectAllCheck.js') !!}
@endsection
@section("content")
{{ $service == "ielts" ? "인강" : "어학원" }} 수강현황
@php
$courseSummary = $enrollment->getEnrollmentLectureSummary();
$feedbackSummary = $enrollment->getEnrollmentFeedbackSummary();
$cdtSummary = $enrollment->getEnrollmentCdtSummary();
@endphp
@endsection
@push("script")
@endpush