{{ __('Admin · Billing & plans · Billing history') }}
{{ __('Billing') }} {{ __('history') }}
{{ __('Every payment event the platform has processed — charges, refunds, and retries across every workspace.') }}
{{ __('Gross revenue') }}
{{ $stats['gross'] }}
{{ ($stats['grossDelta']['positive'] ? '+' : '') . $stats['grossDelta']['pct'] }}%
{{ __('vs prev period') }}
{{ __('Successful charges') }}
{{ $stats['charges'] }}
{{ $stats['successPct'] }}% success rate
{{ __('Failed') }}
{{ $stats['failed'] }}
{{ __('to retry / dunning') }}
{{ __('Refunds issued') }}
{{ $stats['refunds'] }}
{{ $stats['refundsAmt'] }} {{ __('total') }}
{{ __('Chargebacks') }}
{{ $stats['chargebacks'] }}
{{ $stats['chargebacksAmt'] }} {{ __('disputed') }}
{{ __('Trend') }}
{{ __('Daily charges & refunds') }}
Charges
Refunds
Showing {{ $orders->firstItem() ?? 0 }}–{{ $orders->lastItem() ?? 0 }} of
{{ number_format($orders->total()) }} {{ __('events') }}
{{ $orders->onEachSide(1)->links() }}