Account: {{ $userName }}
{{ $storeName }}
{{ \Carbon\Carbon::parse($dateRange['start'])->format('F d, Y') }} to {{ \Carbon\Carbon::parse($dateRange['end'])->format('F d, Y') }}
Generated on {{ now()->format('F d, Y \a\t h:i A') }}
| Total Revenue K{{ number_format($overallSummary['total_after_tax'], 2) }} | Total Transactions {{ number_format($overallSummary['total_transactions'], 0) }} | Items Sold {{ number_format($overallSummary['total_items_sold'], 0) }} | Busiest Day {{ $overallSummary['busiest_day'] }} | Busiest Hour {{ $overallSummary['busiest_hour'] }} |
| Day | Revenue (K) | Transactions | Items Sold |
|---|---|---|---|
| {{ $day['day_name'] }} | {{ number_format($day['revenue'], 2) }} | {{ number_format($day['transactions'], 0) }} | {{ number_format($day['items_sold'], 0) }} |
No daily data available
@endif| Hour | Revenue (K) | Transactions | Items Sold |
|---|---|---|---|
| {{ $hour['hour'] }} | {{ number_format($hour['revenue'], 2) }} | {{ number_format($hour['transactions'], 0) }} | {{ number_format($hour['items_sold'], 0) }} |
No hourly data available
@endif| Product Name | Category | Quantity | Revenue (K) |
|---|---|---|---|
| {{ $product['product_name'] }} | {{ $product['category'] }} | {{ number_format($product['quantity_sold'], 2) }} | {{ number_format($product['revenue'], 2) }} |
No products found
@endif