globalPCFQuestionAndAnswer()->getData(); return view('Frontend.Pages.dummy.global-private-credit',[ 'learnMore'=>$learnMore, 'openGPCF'=> Product::has('alternativeInvestmentFund')->with('alternativeInvestmentFund.companies','categorys')->globalPrivateCreditFund()->open()->active()->latest()->get(), 'resaleGPCF'=> Product::has('alternativeInvestmentFund')->with('alternativeInvestmentFund.companies','categorys')->globalPrivateCreditFund()->resale()->active()->latest()->get(), ]); } }