Revenue vs Expenses — Last 30 Days
Top Services by Revenue
Payment Methods
@php $pmTotal = collect($paymentMethodTotals)->sum('amount') ?: 1; @endphp @forelse($paymentMethodTotals as $pm)No payment data for this period.
@endforelseTop Services
@php $maxRev = $topServices->max('revenue') ?: 1; @endphp| Service | Count | Revenue | Share |
|---|---|---|---|
| {{ $svc->name }} | {{ $svc->count }} | KSh {{ number_format($svc->revenue, 2) }} |
|
| No services in this period. | |||