Active Subscription - {{ $activeSubscription->plan_name }}
Expires: {{ $activeSubscription->end_date->format('F d, Y') }}
@elseNo Active Subscription
Subscribe Now @endif{{ number_format($remainingCredits) }}
Credits Available
Total Tests
{{ number_format($totalTests) }}
Completed
{{ number_format($completedTests) }}
Average Score
{{ number_format($averageScore, 1) }}%
Highest Score
{{ number_format($highestScore, 1) }}%
{{ $test->questionSet->name ?? 'Unknown Test' }}
{{ $test->created_at->format('M d, Y') }}
Score
@else In Progress @endif{{ $payment->plan->display_name ?? 'Subscription' }}
{{ $payment->paid_at ? $payment->paid_at->format('M d, Y') : 'Pending' }}
${{ number_format($payment->amount, 2) }}
{{ ucfirst($payment->status) }}