{{ __('Workspace · Admin') }}
{{ __('Admin') }} {{ __('dashboard') }}.
{{ __('Platform health, revenue, usage, and workspace activity in one place.') }}
{{-- "Customize" + "Filter" buttons removed — they had no
backing action. The window picker below already drives
the dashboard date range, which was their only useful
purpose. --}}
{{-- Window picker — re-renders the page with ?window=. --}}
Add workspace
{{ $card['label'] }}
{{ $k['display'] }}
{{ ($k['positive'] ? '+' : '') . number_format($k['delta'], 2) }}%
{{ __('vs previous period') }}
{{ __('Revenue over time') }}
Total revenue
{{ $revenue['total'] }}
Total target
{{ $revenue['totalTarget'] }}
{{ __('Session by country') }}
{{ __('Top sessions by region') }}
@forelse ($countries as $i => $c)
@empty
{{ $c['code'] }}
{{ $c['name'] }}
{{ number_format($c['count']) }} · {{ $c['percent'] }}%
{{ __("No country data yet — users haven't shared their region.") }}
@endforelse
{{ __('Sales by region') }}
{{ __('Platform revenue share') }}
{{ __('Sales by platform') }}
{{ __('E-commerce integrations') }}
{{ __('Registered users') }}
{{ __('Overview of user seats') }}
{{ number_format($plans['premium']) }}
{{ __('Premium plan') }}
{{ number_format($plans['basic']) }}
{{ __('Basic plan') }}
{{ __('Workspace activity') }}
{{ __('Recent high-value admin events') }}
| {{ __('Workspace') }} | {{ __('Owner') }} | {{ __('Plan') }} | {{ __('Messages') }} | {{ __('Health') }} | {{ __('MRR') }} |
|---|---|---|---|---|---|
|
{{ $ws['name'] }}
{{ $ws['industry'] }}
|
{{ $ws['owner'] }} | {{ $ws['plan'] }} | {{ $ws['messages'] }} | {{ $ws['health']['label'] }} | {{ $ws['mrr'] }} |
| {{ __('No workspaces yet.') }} | |||||
{{ __('Admin alerts') }}
{{ __('Priority queue') }}
@forelse ($alerts['items'] as $a)
@php $sev = $a['severity'] ?? 'low'; @endphp
@empty
{{ $a['title'] }}
{{ $a['detail'] }}
{{ __('All systems healthy — no alerts.') }}
@endforelse