{{ session('withdrawal_cancelled') }}
{{ session('withdrawal_verification_error') }}
Available
${{ number_format($availableBalance, 2) }}
Total Earnings
${{ number_format($totalEarnings, 2) }}
Pending Earnings
${{ number_format($pendingBalance, 2) }}
Withdrawn
${{ number_format($totalWithdrawn, 2) }}
Processing
${{ number_format($pendingWithdrawals, 2) }}
Showing {{ $earningsBreakdown->firstItem() }}-{{ $earningsBreakdown->lastItem() }} of {{ $earningsBreakdown->total() }} completed bookings
| Date | Client | Booking | Your Earnings | Actions |
|---|---|---|---|---|
| @userDate($payment->created_at) | {{ $payment->booking->bookingRequest->client->name ?? 'N/A' }} |
{{ $payment->booking->bookingRequest->proposed_date_display ?? 'N/A' }}
|
${{ number_format($payment->golfer_amount, 2) }} | View Receipt |
| Page Subtotal: | ${{ number_format($earningsBreakdown->sum('golfer_amount'), 2) }} | |||
| Date | Amount | Status | Actions |
|---|---|---|---|
| @userDate($withdrawal->created_at) | ${{ number_format($withdrawal->amount, 2) }} | {{ ucfirst($withdrawal->status) }} | View Details |
You haven't requested any withdrawals yet. Once you earn from bookings, you can request withdrawals here.