{{ $businessName }}
| # | Date & Time | Ad Type | Amount ($) | Subscription Expires |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ \Carbon\Carbon::parse($row->transaction_date)->format('Y-m-d H:i') }} | {{ ucfirst($row->ad_type) }} | {{ number_format($row->amount, 2) }} | {{ $expireText }} |
| Total | ${{ number_format($totalRevenue, 2) }} | |||