| 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. | ||||