@if ($latestAttendance)
-
수강 중인 강의
{{$latestAttendance->enrollmentCourseLecture->name}}
@if ($latestAttendance)
{{$finishedLectures}}강/{{$totalLectures}}강
@endif
@endif
@if ($nextLecture)
-
다음강의
{{ $nextLecture->name }}
{{$finishedLectures + 1}}강/{{$totalLectures}}강
@endif
@include("classroom.ielts.partials.enrollments-mobile", ['enrollments' => $ongoingEnrollments, 'type' => 'ongoing'])
@include("classroom.ielts.partials.enrollments-mobile", ['enrollments' => $endedEnrollments, 'type' => 'finished'])
@endsection
@section("classroom-script")
{!! resource('js/components/calendar.js') !!}
{!! resource('js/ielts/my_class.js') !!}
@endsection