{{ __('Admin') }} {{ __('Premium') }}
{{ __('CMD K') }}
{{ __('Admin · Plans & subscriptions') }}

{{ __('Premium') }} {{ __('dashboard') }}.

{{ __('Plan distribution, revenue contribution, upgrades and conversion across the platform.') }}

{{ __('Packages') }} New plan
{{ __('Paid workspaces') }}
{{ $kpis['paid']['display'] }}
{{ __('On a non-free plan') }}
{{ __('Free workspaces') }}
{{ $kpis['free']['display'] }}
{{ __('Upgrade target') }}
{{ __('ARPU') }}
{{ $kpis['arpu']['display'] }}
{{ __('Avg revenue / workspace') }}
{{ __('Trial → paid') }}
{{ $kpis['conv']['display'] }}
{{ ($kpis['conv']['positive'] ? '+' : '') . number_format($kpis['conv']['delta'], 2) }}%

{{ __('Plan distribution') }}

{{ __('Workspaces per plan') }}

{{ __('Revenue by plan') }}

{{ __('Window total per plan') }}

{{ __('New paid signups') }}

{{ __('Workspaces moving to a paid plan, daily') }}

{{ __('Most popular plans') }}

{{ __('Last 90 days') }}

    @forelse ($topPlans as $p)
  • {{ $p['name'] }}
    {{ $p['orders'] }} {{ __('orders') }}
    {{ $p['revenue'] }}
  • @empty
  • {{ __('No paid orders in last 90 days.') }}
  • @endforelse

{{ __('All plans') }}

{{ __('Workspace count, MRR contribution, window revenue') }}

{{ __('Manage packages') }}
@forelse ($planTable as $p) @empty @endforelse
{{ __('Plan') }} {{ __('Price') }} {{ __('Duration') }} {{ __('Workspaces') }} {{ __('MRR') }} {{ __('Revenue (window)') }} {{ __('Status') }}
{{ $p['name'] }} @if ($p['free']) {{ __('FREE') }} @endif {{ $p['price'] }} {{ $p['duration'] }} {{ $p['count'] }} {{ $p['mrr'] }} {{ $p['revenue'] }} {{ $p['status'] ? 'Active' : 'Off' }} {{ __('Edit') }}
{{ __('No plans defined yet.') }}