Pending Payouts
${{ number_format($stats['pending_total'], 2) }}
{{ $stats['pending_count'] }} requests
Processing
${{ number_format($stats['processing_total'], 2) }}
{{ $stats['processing_count'] }} in progress
Completed (This Month)
${{ number_format($stats['completed_this_month'], 2) }}
Paid out
Platform Fees Collected
${{ number_format($stats['total_platform_fees'], 2) }}
All time
| Rank | Golfer | Total Earned | Withdrawals | Avg per Withdrawal |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $earner->golfer->name ?? 'N/A' }} | ${{ number_format($earner->total_earnings, 2) }} | {{ $earner->withdrawal_count }} | ${{ number_format($earner->total_earnings / $earner->withdrawal_count, 2) }} |
Export data using the buttons in the top right corner