Generated on {{ date('F j, Y \a\t g:i A') }}
@if($start_date || $end_date){{ number_format($total_sales, 2) }}
All transactions{{ number_format($total_service_revenue, 2) }}
{{ $summary['service_revenue_percentage'] }}% of total{{ number_format($transactions_count) }}
All transactions{{ number_format($service_transactions_count) }}
Service-related only{{ number_format($summary['unique_services_count']) }}
Active services{{ number_format($summary['avg_service_transaction_value'], 2) }}
Per transaction| Service Name | Status | Transactions | Quantity | Total Amount | Discount | Avg Unit Price |
|---|---|---|---|---|---|---|
| {{ $service['name'] }} | {{ ucfirst($service['status']) }} | {{ number_format($service['transactions']) }} | {{ number_format($service['quantity'], 2) }} | {{ number_format($service['amount'], 2) }} | {{ number_format($service['discount'], 2) }} | {{ number_format($service['avg_unit_price'], 2) }} |
| Rank | Service Name | Transactions | Total Revenue | Avg Transaction Value |
|---|---|---|---|---|
| #{{ $index + 1 }} | {{ $service['name'] }} | {{ number_format($service['transactions']) }} | {{ number_format($service['revenue'], 2) }} | {{ number_format($service['avg_value'], 2) }} |
| Payment Method | Amount | Percentage |
|---|---|---|
| {{ $method }} | {{ number_format($amount, 2) }} | {{ $total_paid > 0 ? number_format(($amount / $total_paid) * 100, 1) : 0 }}% |