@extends('layouts.admin') @section('content') @php use App\Support\Ui; @endphp
MONTHLY RECURRING REVENUE
$0USD / mo
Across subscriptions, e-commerce, adverts & course fees
{!! Ui::icon($mom >= 0 ? 'arrowUp' : 'arrowDown') !!} {{ sprintf('%+.1f%%', $mom) }} month-on-month
0
Verified engineers & technicians
0
Countries live
0
Jobs matched this month
0%
Platform uptime (90 days)
@foreach($kpis as $k)@include('admin.partials.kpi', ['k' => $k])@endforeach
Revenue growth
Last 12 months, all revenue streams combined
Total monthly revenue (USD)
Platform module map
Live status across all 22 modules — click any node
Live
Beta
Planned
Recent transactions
Payments, subscriptions & orders across the platform
{!! Ui::icon('download') !!} Export
@forelse($transactions as $t) @php $name = $t->payer_name ?: 'Guest'; [$c1,$c2] = Ui::colors($name); @endphp @empty @endforelse
UserDetailAmountStatusTime
{!! Ui::person($name, $t->payer_role ?: strtoupper($t->gateway), $c1, $c2) !!} {{ ucfirst($t->type) }} · {{ $t->description ?: $t->reference }} {{ Ui::money($t->amount, $t->currency) }} {!! Ui::status($t->status) !!} {{ Ui::ago($t->created_at) }}
No transactions yet. Payments will appear here as soon as the first M-PESA or card payment completes.
Verification queue
{{ number_format($queueCount) }} pending
@forelse($verificationQueue as $v)
{{ collect(explode(' ', $v->applicant_name ?: 'A'))->map(fn($w)=>mb_strtoupper(mb_substr($w,0,1)))->take(2)->implode('') }}
{{ $v->applicant_name ?: 'Applicant' }}
{{ $v->discipline_label ?: 'Professional' }} · {{ $v->registering_body }} · {{ $v->registering_body === 'ERB' ? 'Tanzania' : 'Kenya' }}
{!! Ui::priority($v->priority) !!}
@empty
The verification queue is clear.
@endforelse Review all submissions
Regional expansion
Registered engineers & technicians by city
Module adoption vs. plan
Share of the 22-module roadmap now live
@foreach($adoption as $a)
{{ $a['label'] }}{{ $a['pct'] }}%
@endforeach
{{ $live }} of 22 modules live · {{ $beta }} in beta · {{ $planned }} planned for next release
@endsection