Investment Wallet Overview
Total Investment: ₹ {{ preg_replace('/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i', "$1,", $total_investment) }} Direct Benefit: ₹ {{ preg_replace('/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i', "$1,", $total_direct_benifit) }} Wallet Balance: ₹ {{ preg_replace('/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i', "$1,", $remaining_investment_wallet_balance) }}
@foreach ($investment_wallets as $investment_wallet) @endforeach
# Amount Source Type Date
{{ $investment_wallets->firstItem() + $loop->index }} ₹ {{ $investment_wallet->formatted_amount }} {{ ucwords(str_replace('_', ' ', $investment_wallet->source)) }}
@if ($investment_wallet->source == 'investment_transfer') ({{ App\Models\User::where('id', $investment_wallet->source_id)->first()->user_code }}) @endif
{{ ucfirst($investment_wallet->transaction_type) }} {{ $investment_wallet->created_at }}
{{-- Fund Transfer Modal --}} {{-- Refund Modal --}} @push('js') @endpush