| Total Rows {{ number_format((int) ($summary['total_rows'] ?? 0)) }} |
Booking Revenue ${{ number_format((float) ($summary['booking_revenue'] ?? 0), 2) }} |
Subscription Revenue ${{ number_format((float) ($summary['subscription_revenue'] ?? 0), 2) }} |
Total Revenue ${{ number_format((float) ($summary['total_revenue'] ?? 0), 2) }} |
| Source | Date | Tenant | User | Status | Method | Amount | Currency | Reference | Context | Plan |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row->source }} | {{ $row->paid_at }} |
{{ $row->tenant_name ?: '-' }} {{ $row->tenant_slug ?: '-' }} |
{{ $row->user_name ?: '-' }} {{ $row->user_email ?: '-' }} |
{{ $row->status }} | {{ $row->payment_method }} | {{ number_format((float) $row->amount, 2) }} | {{ strtoupper((string) $row->currency) }} | {{ $row->reference }} | {{ $row->context_reference }} | {{ $row->plan_name }} |
| No records found. | ||||||||||