Review pending creator withdrawal requests, approve manual payouts, and set minimum threshold limits.
| ID | Creator | Amount ($) | Method | Status | Reference No. | Actions |
|---|---|---|---|---|---|---|
| #{{ $payout->id }} |
{{ $payout->user->name }}
{{ $payout->user->email }}
|
${{ number_format($payout->amount, 2) }} | {{ $payout->payment_method }} | @if($payout->status === 'approved') Approved @elseif($payout->status === 'rejected') Rejected @else Pending @endif | {{ $payout->reference_number ?? '—' }} | @if($payout->status === 'pending') @else Processed @endif |
| No payout requests in the queue yet. | ||||||