@extends('layouts-v2.app') @include('class.partials-v2.styles') @section('content')
Trang chủ Danh sách lớp học Thêm lớp

Thêm lớp

@if(session('success-v2')) @endif @if(session('error-v2')) @endif
@csrf
@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
Huỷ
@endsection @section('scripts') @endsection