{{ __('View ledger') }}
{{ __('Admin · Billing & plans · Billing analytics') }}

{{ __('Billing') }} {{ __('analytics') }}

{{ __('Cash flow, payment success, gateway split, refund trends across the platform.') }}

{{ __('Gross revenue') }}
{{ $stats['gross'] }}
{{ ($stats['grossDelta']['positive'] ? '+' : '') . $stats['grossDelta']['pct'] }}%
{{ __('Net revenue') }}
{{ $stats['net'] }}
{{ $stats['netPct'] }}% net
{{ __('Auth success') }}
{{ $stats['successPct'] }}%
{{ $stats['paidCount'] }} / {{ $stats['totalCharges'] }}
{{ __('Failed') }}
{{ $stats['failedAmount'] }}
{{ $stats['failedCount'] }} {{ __('events') }}
{{ __('Refunds') }}
{{ $stats['refundsAmt'] }}
{{ $stats['refundsCount'] }} {{ __('events') }}
{{ __('Chargebacks') }}
{{ $stats['chargebacksAmt'] }}
{{ $stats['chargebacksCount'] }} {{ __('disputes') }}
{{ __('Cash flow') }}

{{ __('Charges, refunds & failures') }}

Charges Refunds Failed

{{ __('Gateway share') }}

{{ __('Paid revenue split by provider') }}

{{ __('Top paying workspaces') }}

{{ __('Highest spend in window') }}

{{ __('All workspaces') }}
@forelse ($topWorkspaces as $w) @empty @endforelse
{{ __('Workspace') }} {{ __('Orders') }} {{ __('Total') }}
{{ $w['name'] }} {{ $w['orders'] }} {{ $w['total'] }}
{{ __('No paid orders yet in this window.') }}

{{ __('Order status mix') }}

{{ __('Count by lifecycle state') }}