@extends('siswa.layouts.app')
@section('title', 'Kerjakan Challenge')
@push('styles')
@endpush
@section('content')
{{-- ══════════════════════════════
KOLOM KIRI — Soal
══════════════════════════════ --}}
Soal 1 dari {{ $challenge->soal->count() }}
{{-- /quiz-main --}}
{{-- ══════════════════════════════
KOLOM KANAN — Sidebar Quiz
══════════════════════════════ --}}
{{-- /quiz-sidebar-panel --}}
{{-- /quiz-page --}}
@endsection
@push('scripts')
@endpush