@extends('layouts.super-admin', ['title' => 'Super Admin Dashboard - Booklio', 'pageTitle' => 'Super Admin Dashboard', 'active' => 'dashboard']) @section('content')

Monitor the Booklio SaaS platform, subscriptions, revenue, usage, and operational health.

Export report Manage businesses
@foreach ($kpis as $kpi) @include('super-admin.partials.kpi', $kpi) @endforeach
@foreach ($recentBusinesses as $business)

{{ $business['name'] }}

{{ $business['owner'] }}

{{ $business['plan'] }} {{ $business['subscription'] }} {{ $business['revenue'] }} {{ $business['status'] }} @endforeach
@foreach ($revenueSnapshot as $item)
{{ $item['label'] }} {{ $item['value'] }}
@endforeach
@foreach ($alerts as $alert)
{{ $alert['label'] }} Live
@endforeach
@endsection