@section('file-table')

${name}

Số file
${filelist} ${tableFooter}
Mã đề Câu hỏi Đáp án #
@endsection @section('file-item') ${code} ${downloadItems} ${downloadAnswers} @endsection @section('download-item') ${type} @endsection @section('empty-list') ${message} @endsection @section('tfoot') # Tải về tất cả @endsection @section('progress')
File: ${count} / ${total}
${percent}%
@endsection @php add_js_data('exam_data', [ 'urls' => [ 'detail' => route('admin.exams.exam-detail'), 'deleteFile' => route('admin.exams.delete-file'), ], 'templates' => [ 'fileTable' => $__env->yieldContent('file-table'), 'fileItem' => $__env->yieldContent('file-item'), 'downloadItem' => $__env->yieldContent('download-item'), 'emptyList' => $__env->yieldContent('empty-list'), 'tableFooter' => $__env->yieldContent('tfoot'), 'progress' => $__env->yieldContent('progress') ] ]) @endphp