Financial Transactions Report

Generated at: {{ $generatedAt->format('Y-m-d H:i:s') }}
Filters: Source={{ $filters['source'] ?? 'all' }}, Status={{ $filters['status'] ?? 'all' }}, Tenant ID={{ $filters['tenant_id'] ?? 'all' }}, Date From={{ $filters['date_from'] ?? '-' }}, Date To={{ $filters['date_to'] ?? '-' }}, Search={{ $filters['search'] ?? '-' }}
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) }}
@forelse($rows as $row) @empty @endforelse
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.