{{-- Container Utama --}}
{{-- KOLOM KIRI: LIST SISWA --}}
{{ get_phrase('Student List') }}
@if($participants->isEmpty())
{{ get_phrase('No participants found.') }}
@else @foreach ($participants as $participant)
{{ strtoupper(substr($participant->name, 0, 1)) }}
{{ $participant->name }}
{{ get_phrase('Click to grade') }}
@endforeach @endif
{{-- KOLOM KANAN: AREA PREVIEW & GRADING --}}
{{-- ID ini penting: target AJAX --}}
{{-- State Awal (Belum Klik) --}}
{{ get_phrase('Select a student to start grading') }}