{{ __('admin.nav.revenue') }}

{{ __('admin.revenue_sub') }}

@php $rd = ['[animation-delay:40ms]', '[animation-delay:80ms]', '[animation-delay:120ms]', '[animation-delay:160ms]']; @endphp
@foreach ($kpis as $i => $kpi)

{{ $kpi['label'] }}

{{ $kpi['value'] }}

{{ $kpi['sub'] }}

@endforeach

{{ __('admin.mrr_by_plan') }}

@forelse ($planCharts as $chart) {{-- One ring per currency: a doughnut sums its slices, and a total mixing euros with francs is not an amount. --}} @if (count($planCharts) > 1)

{{ $chart['currency'] }}

@endif
@empty

{{ __('admin.no_data_yet') }}

@endforelse

{{ __('admin.recent_payments') }}

    @forelse ($payments as $p)
  • {{ $p['customer'] }} {{ $p['when'] }} {{ $p['amount'] }}
  • @empty
  • {{ __('admin.no_payments_yet') }}
  • @endforelse