@@ -14,9 +14,9 @@ class GlobalVentureCapitalFund extends Controller
|
||||
public function index()
|
||||
{
|
||||
$ventureCapital = $this->ventureCapitalAllData()->getData();
|
||||
$openGVCF = Product::has('funds')->with('funds','companies','categorys')->funds()->globalVentureCapitalFund()->open()->active()->latest()->get();
|
||||
$resaleGVCF = Product::has('funds')->with('funds','companies','categorys')->funds()->globalVentureCapitalFund()->resale()->active()->latest()->get();
|
||||
$fullyFundedGVCF = Product::has('funds')->with('funds','companies','categorys')->funds()->globalVentureCapitalFund()->fullyFunded()->active()->latest()->get();
|
||||
$openGVCF = Product::has('funds')->with('funds.companies','categorys')->funds()->globalVentureCapitalFund()->open()->active()->latest()->get();
|
||||
$resaleGVCF = Product::has('funds')->with('funds.companies','categorys')->funds()->globalVentureCapitalFund()->resale()->active()->latest()->get();
|
||||
$fullyFundedGVCF = Product::has('funds')->with('funds.companies','categorys')->funds()->globalVentureCapitalFund()->fullyFunded()->active()->latest()->get();
|
||||
$learnMore = (new FractionalRealEstateFrontendController)->globalVentureCapitalFundQuestionAndAnswer()->getData();
|
||||
// $faqs = (new FractionalRealEstateFrontendController)->globalVentureCapitalFundQuestionAndAnswerFaqs()->getData();
|
||||
// dd($openGVCF);
|
||||
|
||||
Reference in New Issue
Block a user