{{ $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
Soal belum tersedia.