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