diff --git a/app/Http/Controllers/Frontend/GlobalVentureCapitalFund.php b/app/Http/Controllers/Frontend/GlobalVentureCapitalFund.php index 32bf51b..c4dc132 100644 --- a/app/Http/Controllers/Frontend/GlobalVentureCapitalFund.php +++ b/app/Http/Controllers/Frontend/GlobalVentureCapitalFund.php @@ -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);