@extends('layouts.app') @section('content')
Trang chủ Danh sách học sinh làm bài của tôi

Danh sách học sinh làm bài của tôi

Quản lý lịch sử thi từ những học sinh UTM

@if(empty($isAdmin)) @endif
@if(!empty($isAdmin))
@endif
@if(request()->hasAny(['open_score_id', 'exam_id', 'date_from', 'date_to', 'is_completed', 'grade_type'])) Xóa lọc @endif
@if(request('open_score_id')) Đang lọc chi tiết một bài thi từ thông báo @endif
ID Học viên Số điện thoại Đề thi URL Chiến dịch Bắt đầu Nộp bài Trạng thái Loại chấm Trạng thái chấm Gửi email Hành động
@include('student-exam-history.modal.exam-detail') @include('student-exam-history.modal.reassign-teacher') @include('student-exam-history.modal.send-email') @endsection