fixing freedcamp bugs
This commit is contained in:
@@ -49,6 +49,7 @@ class DashboardController extends Controller
|
||||
//
|
||||
$marketPlaceAIFSellerData = $this->getMarketplaceAIFSellerData(1);
|
||||
$marketPlaceFRESellerData = $this->getMarketplaceFRESellerData(1);
|
||||
// dd($marketPlaceFRESellerData);
|
||||
$marketPlaceOPSellerData = $this->getMarketplaceOPSellerData();
|
||||
$totalInvestmentTillDate = '₹ ' . $this->IND_money_format($currentInvestmentProduct['totalInvestmentInInt'] + $reedemedInvestmentProduct['totalInvestmentInInt']);
|
||||
return view('Frontend.Pages.profile.dashboard', compact('currentInvestmentProduct', 'reedemedInvestmentProduct', 'totalInvestmentTillDate', 'aifInvestmentWatchlist', 'freInvestmentWatchlist', 'opInvestmentWatchlist', 'aifSoldInvestmentWatchlist', 'freSoldInvestmentWatchlist', 'opSoldInvestmentWatchlist', 'user', 'aifInvestmentListed', 'freInvestmentListed', 'opInvestmentListed', 'marketPlaceAIFSellerData', 'marketPlaceFRESellerData', 'marketPlaceOPSellerData'));
|
||||
|
||||
Reference in New Issue
Block a user