@extends('layouts.main') @section('title') {{ $title }} - @endsection @section('content')

{{ $title }}

{{ end($breadcrumbs)['caption'] }} {{ end($breadcrumbs)['desc'] }}

@csrf @if(!empty($soal)) @endif

# 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

# Jawaban {{ str_replace("-", "", $kode) }}


@endforeach
@if(!empty($soal)) @endif
@endsection @php($targets = array( ['id' => 'mata_pelajaran_id', 'column' => 'id'], ['id' => 'mata_pelajaran', 'column' => 'nama'], )) @include('pelajaran.mata_pelajaran._modal_search', ['targets' => $targets]) @push('styles') @endpush @push('scripts') @endpush