@extends('layouts.admin') @section('title', 'Learning OS Dashboard') @push('styles') @endpush @section('content')
Welcome back, {{ auth()->user()->firstname ?? 'Admin' }} | Manage your intelligent mathematics learning platform
{{ $insights['top_track']['question_count'] }} questions with {{ number_format($insights['top_track']['approval_rate'], 1) }}% QA approval rate. This track can serve as a quality benchmark.
{{ $counts['pending_qa'] }} questions pending review. Consider allocating more QA resources to reduce wait times.
{{ $metrics['questions_last_30days'] }} questions created in the last 30 days, representing {{ number_format($metrics['content_growth_rate'], 1) }}% growth.
No recent activity
Unreviewed
Approved
Flagged
Needs Revision