@extends('siswa.layouts.app')
@section('title', 'Kerjakan Challenge')
@push('styles')
@endpush
@section('content')
{{-- Header --}}
{{-- Dots navigasi soal --}}
@foreach($challenge->soal as $i => $soal)
{{ $i + 1 }}
@endforeach
{{-- Progress --}}
Soal 1 dari {{ $challenge->soal->count() }}
{{-- Form --}}
@endsection
@push('scripts')
@endpush