@forelse($leaderboard as $index => $result)
{{ $index + 1 }}
{{ $result->user->name }}
Score: {{ $result->total_marks > 0 ? round(($result->obtained_marks / $result->total_marks) * 100, 1) : 0 }}%
{{ $result->obtained_marks }}/{{ $result->total_marks }}
No participation records yet.