Total Revenue
${{ number_format($totalRevenue, 2) }}
Total Payments
{{ $payments->total() }}
Credits Sold
{{ number_format($totalCredits) }}
| Invoice | User | Amount | Credits | Status | Date |
|---|---|---|---|---|---|
|
{{ $payment->invoice_number }} {{ $payment->transaction_id }} |
{{ strtoupper(substr($payment->user->name, 0, 1)) }}
{{ $payment->user->name }} {{ $payment->user->email }} |
${{ number_format($payment->amount, 2) }} | {{ $payment->credits_purchased }} | {{ ucfirst($payment->status) }} | {{ $payment->created_at->format('M d, Y H:i') }} |
| No payments found | |||||