@extends('layouts.dashboard') @section('title', 'Classement - Sciences Afrique') @section('page-title', 'Classement') @section('page-subtitle', 'Découvrez votre position parmi les étudiants.') @section('content')
#{{ $userRank ?? 'N/A' }}
Votre classement
{{ $userPoints ?? 0 }}
Points XP
{{ $userBadges ?? 0 }}
Badges
| Rang | Étudiant | Points | Badges |
|---|---|---|---|
| {{ $index + 1 }} |
{{ substr($student->name, 0, 1) }}
{{ $student->name }} {{ $student->email }} |
{{ $student->total_points ?? 0 }} XP | {{ $student->badges_count ?? 0 }} |
| Aucun étudiant dans le classement pour le moment. | |||