@extends('layouts-v2.app') @section('title', 'Quản lý chấm bài thi') @section('content')

Quản lý chấm bài thi

Bộ lọc

@include('exam-grading.components.exam-grading-filter')
{{-- Khu vực Thao tác (Header của Bảng) --}}
{{-- Số lượng hiển thị --}}
{{-- Bảng Danh sách Bài thi --}}
@include('exam-history.modal.exam-detail') @include('exam-history.modal.reassign-teacher') @include('exam-schedule-result.modal.edit-writing') @include('exam-schedule-result.modal.edit-manual-writing') @include('exam-schedule-result.modal.edit-speaking') @include('exam-history.modal.export-progress') @endsection