# Pertanyaan
@if(!empty($soal))
@endif
@if(!empty($soal))
@endif
@if(!empty($soal))
@endif
Batal
@if(!empty($soal) && !empty($soal->jawaban_benar))
@endif
@foreach($kodeJawaban as $kode)
@php($jawaban = [])
@if(!empty($soal))
@foreach($soal->jawaban as $value)
@if($value->kode_jawaban == $kode)
@php($jawaban = $value ?? '')
@endif
@endforeach
@endif
@endforeach