@extends("common.layout") @section("header") {{-- {!! resource('js/common/tomSelectAllCheck.js') !!} --}} {!! resource('js/components/tab.js') !!} {!! resource('js/enrollment/academy-course.js') !!} @endsection @section("content") @php use Carbon\Carbon; $activeTab = Request::get('activeTab', 'L'); $year = Request::get('year',date('y') ); $month = Request::get('month',date('m') ); @endphp

{{ $service == "ielts" ? "인강" : "어학센터" }} 수강생 현황

@include("enrollment.course.month-selector")
@foreach ( ["L", "A"] as $isManage)
$isManage == $activeTab]) > @include("enrollment.course.list-table", ['isManage' => $isManage ])
@endforeach
@endsection @push("script") @endpush