Available to Withdraw
₹{{ number_format($walletBalance, 2) }}
Pending Withdrawals
₹{{ number_format($payoutStats['pending_payout'], 2) }}
Total Withdrawn
₹{{ number_format($payoutStats['total_withdrawn'], 2) }}
@if(!$canRequestWithdrawal)
@if(!$withdrawRequirements['allowed']) Withdrawal is disabled until you complete verification requirements. View requirements @elseif(!$canWithdrawAmount) Minimum withdrawal is ₹{{ $minWithdrawal }}. Your available balance is ₹{{ number_format($walletBalance, 2) }}. @endif
@endif
Withdrawal History
@if($canRequestWithdrawal) @else @endif
@forelse($payouts as $payout) @empty @endforelse
Reference Amount Status Hold Until Requested
#PAY-{{ str_pad($payout->id, 5, '0', STR_PAD_LEFT) }} ₹{{ number_format($payout->amount, 2) }} @php $badge = match($payout->status) { 'paid' => 'success', 'pending' => 'warning', default => 'danger', }; @endphp {{ ucfirst($payout->status) }} @if($payout->hold_until && $payout->hold_until->isFuture()) {{ $payout->hold_until->format('d M Y') }}
First withdrawal hold @else — @endif
{{ $payout->created_at->format('d M Y, h:i A') }}
No withdrawal requests yet.
@if($payouts->hasPages()) @endif