@extends('layouts.admin') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content') {{-- Welcome Banner --}}

Welcome back, {{ auth()->user()->name }} 👋

Here's what's happening with your JAMB CBT system today.

{{-- Stats Row --}}
{{ number_format($stats['total_students']) }}
Total Students
{{ number_format($stats['total_questions']) }}
Questions
{{ $stats['total_subjects'] }}
Subjects
{{ number_format($stats['total_attempts']) }}
Exam Attempts
{{-- Quick Actions --}}
Quick Actions
Add Question
Upload CSV
New Exam Session
View Students
@endsection