System-wide management of users, projects, and subscriptions.
Total Users
{{ \App\Models\User::count() }}
Active Projects
{{ \App\Models\Project::count() }}
Monthly Revenue
${{ number_format(\App\Models\Subscription::join('subscription_plans', 'subscriptions.plan_id', '=', 'subscription_plans.id')->sum('subscription_plans.price'), 2) }}