Total Users
{{ $stats['total_users'] }}
Total Books
{{ $stats['total_books'] }}
Total Revenue
${{ number_format($stats['total_revenue'], 2) }}
Total Calls
{{ $stats['total_calls'] }}
{{ $user->name }}
{{ $user->email }}
{{ $user->credit_balance }} credits
{{ $user->created_at->diffForHumans() }}
{{ optional($payment->user)->name ?? 'Deleted User' }}
{{ $payment->credits }} credits
${{ number_format($payment->amount, 2) }}
{{ $payment->created_at->diffForHumans() }}