Students
{{ number_format($totalStudents) }}
+{{ $newUsersThisMonth }} this month
Active Plans
{{ number_format($activeSubscriptions) }}
{{ $expiringSoonSubscriptions }} expiring soon
Total Revenue
${{ number_format($totalRevenue, 0) }}
${{ number_format($monthlyRevenue, 0) }} this month
Tests Taken
{{ number_format($completedTests) }}
{{ number_format($averageScore, 0) }}% avg score
Manage classes and courses
{{ number_format($totalClasses) }}
Create and manage questions
{{ number_format($totalQuestions) }}
View payment history
{{ number_format($successfulPayments) }}
@if($activeSubscriptions > 0 && $successfulPayments > 0) All systems running smoothly - {{ $activeSubscriptions }} active subscriptions generating revenue @else System ready - Waiting for subscriptions @endif
{{ $payment->user->name ?? 'Unknown' }}
{{ $payment->plan->display_name ?? 'N/A' }}
${{ number_format($payment->amount, 2) }}
{{ ucfirst($payment->status) }}No payments yet
{{ $subscription->user->name ?? 'Unknown' }}
{{ $subscription->plan_name }}
Expires
{{ $subscription->end_date->format('M d') }}
No subscriptions yet
No revenue data
@endifNo payment data
@endif