{{ config('app.name') }} — {{ ucfirst($period) }} Revenue Report

Generated {{ $generatedAt->format('F j, Y g:ia') }}

Revenue

₦{{ number_format($report['revenue_kobo'] / 100, 2) }}

BuyPower cost

₦{{ number_format($report['cost_kobo'] / 100, 2) }}

Margin

₦{{ number_format($report['margin_kobo'] / 100, 2) }}

Successful transactions

{{ number_format($report['transaction_count']) }}

@forelse ($report['by_service'] as $type => $data) @empty @endforelse
ServiceCountRevenue
{{ ucfirst($type) }}{{ $data['count'] }}₦{{ number_format($data['revenue_kobo'] / 100, 2) }}
No successful transactions in this period.