Total Users
{{ $total_users ?? 0 }}
New: +{{ $new_users_today ?? 0 }} today
Total Courses
{{ $total_courses ?? 0 }}
Active: {{ $active_courses ?? 0 }}
Enrollments
{{ $total_enrollments ?? 0 }}
Today: +{{ $enrollments_today ?? 0 }}
Total Revenue
₹{{ number_format($total_revenue ?? 0) }}
Today: ₹{{ number_format($revenue_today ?? 0) }}
Internships
{{ $total_internships ?? 0 }}
Active: {{ $active_internships ?? 0 }}
Applications
{{ $total_applications ?? 0 }}
Today: +{{ $applications_today ?? 0 }}
Pending Payments
{{ $pending_payments ?? 0 }}
Month: ₹{{ number_format($revenue_month ?? 0) }}
Inquiries
{{ $total_inquiries ?? 0 }}
New: +{{ $new_inquiries_today ?? 0 }} today
PHP Version
{{ $php_version ?? '8.3' }}
Laravel Version
{{ $laravel_version ?? '12.0' }}
Environment
{{ $environment ?? 'Production' }}
Database
{{ $database ?? 'MySQL' }}