@php
$currentYear = date('Y');
$startYear = 2020;
@endphp
@if($filterInfo['isProductList'] ?? false)
{{ $filterInfo['product']->moodle_name ?? '' }}
@else
@include('class.partials-v2.custom-select', [
'id' => 'course',
'name' => 'course_ids[]',
'placeholder' => 'Chọn khóa học',
'options' => $courses,
'selectedValues' => [],
'searchPlaceholder' => 'Tìm tên khóa học...'
])
@endif