{{ number_format($totalUsers) }}
Total Users
₹{{ number_format($totalRevenue) }}
Total Revenue
{{ number_format($activeUsers) }}
Active Subscriptions
{{ number_format($totalPayments) }}
Total Payments
Monthly revenue for the last 12 months
Total Revenue
₹{{ number_format($totalRevenue) }}
Last 12 months
Current distribution
Last 7 days performance
This Month
₹{{ number_format($thisMonthRevenue) }}
All time distribution
Daily registrations - Last 7 days
Today
{{ $newUsersToday }}
Week
{{ $newUsersThisWeek }}
Month
{{ $newUsersThisMonth }}
Usage statistics
Latest 10 new users
| User | Status | Coupon | Joined | |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
|
{{ $user->email }} | @if($isActive) Active @elseif($user->validity_to) Expired @else None @endif | @if($usedCoupon) {{ $usedCoupon->code }} @else — @endif |
{{ $user->created_at->timezone('Asia/Kolkata')->format('d M Y') }}
{{ $user->created_at->timezone('Asia/Kolkata')->format('h:i A') }} |
| No recent users found | ||||
Most popular plans by subscribers
| Plan Duration | Subscribers | Revenue |
|---|---|---|
|
{{ $index + 1 }}
{{ $plan->month }} {{ $plan->month == 1 ? 'Month' : 'Months' }}
|
{{ $plan->count }} | ₹{{ number_format($plan->revenue) }} |
| No subscription plans found | ||