@extends('layouts.siswa') @section('title', 'Pembahasan Soal - CBT Online') @section('content')
{{-- ═══ HEADER ═══ --}}
@if(session('logo_url')) Logo @elseif(session('settings') && session('settings')->logo_path) Logo @else 🎓 @endif
Pembahasan Soal
{{ $exam->name }}
{{$attempt->examPackage->name}}
Riwayat
{{-- Correct/wrong strip --}}
{{-- ═══ MAIN ═══ --}}
{{-- ── LEFT: Question Panel ── --}}
{{-- Meta row --}}
01 / {{ str_pad($questions->count(), 2, '0', STR_PAD_LEFT) }}
Pilihan Ganda
{{-- Question body --}}
Gambar soal
0:00 0:00
{{-- Options --}}
{{-- Explanation box --}}
Pembahasan
{{-- Nav --}}
{{-- ── RIGHT: Summary + Navigator ── --}}
@endsection