@extends('layouts.app') @section('title', 'SaaS Super Admin Control Panel') @section('content')
UAE Typing Center SaaS ERP Platform Control Console

Welcome back, {{ auth()->user()->name }} 👋

Platform-wide overview of tenant growth, recurring subscription revenue, resource usage, and security alerts.

+ New Tenant Wizard
Total Tenants Registered
{{ $stats['total_tenants'] }}
{{ $stats['active_tenants'] }} Active {{ $stats['trial_tenants'] }} In Trial
Monthly Recurring Revenue (MRR) SaaS Billing
AED {{ number_format($stats['active_subscriptions'] * 699, 2) }}
ARR: AED {{ number_format($stats['active_subscriptions'] * 699 * 12, 2) }} ↑ 12% MoM
Outstanding Invoices Payment Due
AED {{ number_format($stats['upcoming_renewals'] * 699, 2) }}
{{ $stats['upcoming_renewals'] }} Renewals Due View Invoices ➔
Active ERP Users Platform Staff
{{ $stats['total_users'] }}
{{ $stats['active_users'] }} Online Today 100% Isolated

Actionable Platform Alerts

System Monitoring Engine

Registered Typing Center Tenants

View All ➔
@foreach($recentTenants as $tenant) @endforeach
Tenant Company Emirate Plan Status Action
{{ $tenant->company_name }}
{{ $tenant->email }}
{{ $tenant->emirate }} {{ $tenant->subscription->plan->name ?? 'Professional Plan' }} Active Tenant 360 ➔

Real-Time Platform Activity

Full Audit ➔
@foreach($recentAuditLogs as $log)
{{ $log->user ? $log->user->name : 'System' }} {{ $log->created_at->diffForHumans() }}

{{ $log->action }}

Module: {{ $log->module }} • IP: {{ $log->ip_address ?? '127.0.0.1' }}
@endforeach
@endsection