Active Subscribers

{{ number_format($totalSubscribers) }}

Monthly Revenue

{{ number_format($monthlyRevenue, 2) }}

Transactions Count

{{ number_format($totalTransactionsCount) }}

Transactions Value

{{ number_format($totalTransactionsValue, 2) }}

Top Performing Brands
@forelse($topBrands as $brandStat) @empty @endforelse
Brand Name Total Sales
{{ $brandStat->brand->brand_name_en ?? 'Unknown ID: ' . $brandStat->brand_id }} {{ number_format($brandStat->total_sales, 2) }}
No transactions found.