{{-- HEADER --}}

Ujian CBT

{{ $ujian->nama }}

{{-- TIMER --}}

SISA WAKTU

--:--
{{-- SOAL --}}
@forelse($soals as $index => $soal)
{{ $index + 1 }}

{!! nl2br(e($soal->pertanyaan)) !!}

@foreach(['A','B','C','D','E'] as $opsi) @php $field = 'opsi_' . strtolower($opsi); @endphp @if(!empty($soal->$field)) @endif @endforeach
@empty

Soal belum tersedia.

@endforelse @if(count($soals ?? []) > 0)
@csrf
@endif
{{-- NOMOR SOAL --}}