Your Balance
{{ number_format($user->balance, 0) }}
Minimum Withdrawal
100
Select Withdrawal Method
🔒 100% Secure & Safe
Recent Withdrawals
View All ➔
@foreach($recentWithdrawals as$item)
@endforeach
💸
{{ $item->withdrawMethod->name ?? 'Method' }}
{{ $item->account_number }} • {{$item->created_at->format('d M Y') }}
-{{ number_format($item->coins, 0) }} Coins
{{ ucfirst($item->status) }}