|
Total Records
{{ $totals['count'] }}
|
Total Revenue
BHD {{ number_format($totals['amount'], 2) }}
|
Total Commission Earned
BHD {{ number_format($totals['commission'], 2) }}
|
| # | Ref Number | Business | Category | Revenue Type | Total Amount | Commission | Date |
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $t->transaction_number ?? 'N/A' }} | {{ optional($t->business)->business_name ?? 'Platform' }} | {{ optional(optional($t->business)->category)->name ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $t->type)) }} | BHD {{ number_format($t->amount, 2) }} | BHD {{ number_format($commission, 2) }} | {{ $t->created_at->format('d M Y, H:i') }} |
| No records found for the selected filters. | |||||||
| Totals: | BHD {{ number_format($totals['amount'], 2) }} | BHD {{ number_format($totals['commission'], 2) }} | |||||