@extends('layouts.dashboard')
@section('title', 'Admin Dashboard - BlueSmokeAI')
@section('header-title', __('Admin Dashboard'))
@section('page-title', __('Platform Overview'))
@section('content')
Platform Overview
Monitor your platform performance and user activity.
- Total Users
-
{{ number_format($statistics['total_users']) }}
- Active Subscriptions
-
{{ number_format($statistics['active_subscriptions']) }}
- Monthly Revenue
-
${{ number_format($statistics['monthly_revenue'], 2) }}
- Total Domains
-
{{ number_format($statistics['total_domains']) }}
Recent Activity
@forelse($recentActivity as $activity)
-
@if(!$loop->last)
@endif
@empty
- No recent activity
@endforelse