Account: {{ $userName }}
Period: {{ $dateRange['start_formatted'] }} - {{ $dateRange['end_formatted'] }}
Generated on {{ now()->format('F d, Y \a\t h:i A') }}
| Rank | Store Name | Tax Exclusive | Total Tax | Total Inclusive | Transactions | Daily Avg |
|---|---|---|---|---|---|---|
| #{{ $index + 1 }} | {{ $store['store_name'] }} | K{{ number_format($store['total_before_tax'], 2) }} | K{{ number_format($store['total_tax'], 2) }} | K{{ number_format($store['total_after_tax'], 2) }} | {{ number_format($store['total_transactions'], 0) }} | K{{ number_format($store['average_total_sale'], 2) }} |
| No store data available | ||||||