@extends('layouts.app') @section('content')
Trang chủ Mapping Exam

Mapping Exam cho Domain × Campaign

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Hướng dẫn:

@forelse($matrix as $index => $item) @empty @endforelse
STT Domain Campaign Campaign Code Exam Final URL Grade Type Action
{{ $index + 1 }} {{ $item['domain'] }} {{ $item['campaign_name'] }} {{ $item['campaign_code'] }}
@if($item['exam'])
{{ $item['exam']->name }} (ID: {{ $item['exam']->ems_id }})
@else @endif
@if($item['exam']) {{ $item['final_url'] }} @else --- @endif @if($item['exam']) @else --- @endif
@if($item['exam'] && $item['grading_type'] == 1) @else - @endif
Không có dữ liệu.
@endsection @section('scripts') @endsection