@extends('layouts-v2.app') @include('class.partials-v2.styles') @section('content')
Trang chủ Danh sách lớp học {{ $class->name }}

Thông tin lớp học - {{ $class->name }}

@if(session('success-v2')) @endif @if(session('error-v2')) @endif
@csrf
@include('class.partials-v2.custom-select', [ 'id' => 'course', 'name' => 'course_ids[]', 'placeholder' => 'Chọn khóa học', 'options' => $courses, 'selectedValues' => $selectedCourseIds ?? [], 'searchPlaceholder' => 'Tìm tên khóa học...' ])
Huỷ
@endsection @section('scripts') @endsection