@extends('layouts.app') @section('content')
Trang chủ Quản lý Exam Chỉnh sửa Exam

Chỉnh sửa Exam

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf @method('PUT')
@if(old('ems_id', $exam->ems_id)) {{ $exam->name }} (ID: {{ old('ems_id', $exam->ems_id) }}, Type: {{ old('contest_type', $exam->contest_type) }}) @else Chưa chọn exam @endif

Chọn exam từ EMS (bắt buộc)

Tự động lấy từ EMS Exam (có thể chỉnh sửa)

Tự động sinh từ tên (có thể chỉnh sửa)

0: không giới hạn

0: không giới hạn

Mô tả các Round

Huỷ
@endsection @section('scripts') @endsection