SPORTINGINDIA SPORTS TECH SOLUTIONS PVT LTD

{{ $title }}

Generated on: {{ now()->timezone('Asia/Kolkata')->format('d M Y, h:i A') }} IST

Report Period
{{ $startDate->format('d M Y') }} - {{ $endDate->format('d M Y') }}
₹{{ number_format($totalRevenue, 2) }}
Total Revenue
{{ $payments->count() }}
Total Transactions
₹{{ $payments->count() > 0 ? number_format($totalRevenue / $payments->count(), 2) : '0.00' }}
Average Transaction
@foreach($payments as $payment) @endforeach
Invoice No User Name Email Amount Payment Date
{{ $payment->invoice_number ?? 'N/A' }} {{ $payment->user->name ?? 'N/A' }} {{ $payment->user_email }} ₹{{ number_format($payment->total_amount, 2) }} {{ $payment->payment_date ? $payment->payment_date->timezone('Asia/Kolkata')->format('d-m-Y H:i') : 'N/A' }}
TOTAL REVENUE: ₹{{ number_format($totalRevenue, 2) }}