Total Companies
{{ $kpis['total_companies'] }} +{{ $kpis['new_this_month'] }} this month
{{ $kpis['active_companies'] }} Active{{ $kpis['trial_companies'] }} Trial{{ $kpis['suspended_companies'] }} Suspended
Monthly Recurring Revenue
AED {{ number_format($kpis['mrr'], 0) }} MRR
ARR: AED {{ number_format($kpis['arr'], 0) }} 100% Collected
Active Subscriptions
{{ $kpis['active_subscriptions'] }} Companies
All companies running active paid plans
Total Lifetime Revenue
AED {{ number_format($kpis['total_revenue'], 0) }} UAE AED
Includes 5% UAE VAT billing configuration

Subscription Package Performance

Manage Plans →
@foreach($subscriptionDist as $plan)
{{ $plan['name'] }} ${{ number_format($plan['price'], 0) }}/mo
{{ $plan['count'] }} Companies
AED {{ number_format($plan['revenue'], 0) }} /mo MRR
@endforeach

Recent Company Registrations

View All Companies →
@foreach($recentCompanies as $company) @endforeach
Company Business Type Admin Email Status Actions
{{ $company->name }}
tenant_id: {{ $company->id }}
{{ $company->business_type }} {{ $company->email }} {{ $company->status }} View Details

Audit Activity Feed

Logs →
@forelse($recentActivities as $activity)
{{ $activity->action }} {{ $activity->created_at->diffForHumans() }}

{{ $activity->description }}

@empty

No audit log entries recorded yet.

@endforelse