@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name'))
@section('breadcrumb', isset($page_title) ? $page_title : '')
{{ $total_available_fund }}
Total Available Fund
₹
{{ App\Models\WalletRequest::where('status', 'approved')->sum('amount') - App\Models\WithdrawlRequest::where('status', 'approved')->sum('amount') - App\Models\WalletHistory::where('remark', 'Referral Income')->sum('amount') }}
Total Investment Value
{{ $total_realized_pl - $total_charges }}
Total Net Realised PNL