@extends('layouts.admin_lbb') @section('page-title', 'Leaderboard Ujian') @section('content')
{{ $exam->description ?? 'Tanpa deskripsi' }}
| Rank | Nama | Kelas | Tanggal | Durasi | Nilai | Aksi |
|---|---|---|---|---|---|---|
| @if($currentRank <= 3) {{ $currentRank }} @else {{ $currentRank }} @endif |
{{ $participant->student->user->name ?? 'Tanpa Nama' }}
|
{{ $participant->student->classModel->name ?? '-' }} | @if($participant->created_at) {{ $participant->created_at->format('d M y') }} @else - @endif | @if($duration) {{ $duration }} @else - @endif | {{ number_format($participant->highest_score, 1) }} |