TZS {{ number_format($investor->getWithdrawableBalanceAttribute(), 2) }}
Available now
TZS {{ number_format($investor->getPendingBalanceAttribute(), 2) }}
7-day hold period
TZS {{ number_format($investor->total_income_earned, 2) }}
Lifetime income
Preferred Method
{{ str_replace('_', ' ', $investor->withdrawal_method ?? 'Not set') }}
Minimum Threshold
TZS {{ number_format($investor->withdrawal_threshold ?? 0, 2) }}
Auto Withdrawal
Last Withdrawal
{{ $investor->wallet()->last_withdrawal_at ? \Carbon\Carbon::parse($investor->wallet()->last_withdrawal_at)->format('d M Y') : 'Never' }}
{{ ucfirst(str_replace('_', ' ', $transaction->transaction_type)) }}
{{ $transaction->created_at->format('d M Y, H:i') }}
{{ $transaction->transaction_type === 'credit' ? '+' : '-' }}TZS {{ number_format($transaction->amount, 2) }}
No recent transactions
@endforelse