global product name not visible issue and asset manager name contain number issue fix

This commit is contained in:
Ritikesh yadav
2024-04-02 19:16:10 +05:30
parent f7c9b09a6d
commit 671b17425e
7 changed files with 51 additions and 6 deletions

View File

@@ -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(),
]);
}
}