global product name not visible issue and asset manager name contain number issue fix
This commit is contained in:
@@ -501,6 +501,11 @@ class AlternativeInvestmentFundController extends Controller
|
||||
{
|
||||
|
||||
$learnMore = (new FractionalRealEstateFrontendController)->pcfQuestionAndAnswer()->getData();
|
||||
return view('Frontend.Pages.private-credit-fund.index', ['learnMore' => $learnMore]);
|
||||
return view('Frontend.Pages.private-credit-fund.index', [
|
||||
'learnMore' => $learnMore,
|
||||
// 'openFFDA' => $this->aif->openPCF()->getData(),
|
||||
// 'fullyFundedFFDA' => $this->aif->fullyFundedFFDA()->getData(),
|
||||
// 'resaleFFDA' => $this->aif->resaleFFDA()->getData(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user