@extends('admin.layout') @section('content')
{{ $user->email }}
{{ $testStats['total_sessions'] }}
{{ $testStats['completed_sessions'] }}
{{ number_format($testStats['average_score'] ?? 0, 1) }}
{{ $testStats['total_research_papers'] }}
{{ $user->first_name }} {{ $user->last_name }}
{{ $user->email }}
{{ $user->date_of_birth->format('M j, Y') }}
{{ $user->created_at->format('M j, Y') }}
{{ $user->school }}
{{ $user->country }}
{{ $user->city }}
{{ $registration->subject->name }}
Level: {{ $registration->competitionLevel->name ?? 'N/A' }}
No Student ID Uploaded
Student has not uploaded their ID card yet
{{ $session->test->title ?? 'N/A' }}
{{ $session->created_at->format('M j, Y') }}
No test sessions yet
@endif{{ Str::limit($paper->title, 50) }}
{{ $paper->created_at->format('M j, Y') }}
Research Paper Review
{{ $session->scheduled_time->format('M j, Y H:i') }}