@extends('admin.layout') @section('content')
{{ $subject->code }}
•
Created {{ $subject->created_at->format('M j, Y') }}
{{ $stats['total_tests'] }}
{{ $stats['total_registrations'] }}
{{ $stats['active_registrations'] }}
{{ number_format($stats['average_test_score'] ?? 0, 1) }}
{{ $subject->name }}
{{ $subject->code }}
{{ $subject->description }}
{{ $subject->created_at->format('M j, Y') }}
{{ $test->title }}
Level: {{ $test->competitionLevel->name ?? 'N/A' }} • Questions: {{ $test->questions_count ?? $test->questions->count() }} • Time: {{ $test->time_limit }}min
{{ $registration->user->full_name }}
No registrations yet
@endifLevel {{ $threshold->competitionLevel->level ?? 'N/A' }}
Type: {{ $threshold->threshold_type }} • Value: {{ $threshold->threshold_value }}