@extends('admin.layout') @section('title', 'Quiz Sessions') @section('subtitle', $sessions->total() . ' total') @section('content')
| User | Category | Mode | Score | XP / Coins | Grade | Status | When | |
|---|---|---|---|---|---|---|---|---|
| {{ $s->user->battle_name ?? '—' }} | {{ $s->category->label ?? '—' }} | {{ str_replace('_', ' ', $s->mode) }} | {{ $s->correct_answers }}/{{ $s->total_questions }} | +{{ $s->xp_earned }} / +{{ $s->coins_earned }} | {{ $s->grade ?: '—' }} | {{ ucfirst($s->status) }} | {{ $s->created_at->diffForHumans() }} | View |
| No sessions. | ||||||||