@extends('layouts.siswa') @section('title', 'Ujian Berlangsung - CBT Online') @push('styles') @endpush @section('content') @php // Debug: check session data $debugLogoUrl = session('logo_url'); $debugSettings = session('settings'); $debugLbbId = session('current_lbb_id'); @endphp
{{-- ═══ TOP BAR (original structure) ═══ --}}
@if(session('logo_url')) Logo @elseif(session('settings') && session('settings')->logo_path) Logo @else 🎓 @endif
01:00:00
{{-- Progress strip --}}
{{-- ═══ MAIN LAYOUT ═══ --}}
{{-- ── LEFT: Question Panel ── --}}
{{-- Question meta --}}
01 / {{ str_pad($questions->count(), 2, '0', STR_PAD_LEFT) }}
Pilihan Ganda
{{-- Question body --}}
Gambar soal
{{-- Audio --}}
0:00 0:00
{{-- Options --}}
{{-- Nav buttons --}}
{{-- ── RIGHT: Navigator ── --}}
{{-- ═══ SUBMIT MODAL (Bootstrap) ═══ --}} @endsection