diff --git a/app/Http/Controllers/Frontend/GlobalVentureCapitalFund.php b/app/Http/Controllers/Frontend/GlobalVentureCapitalFund.php index 6709caf..32bf51b 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','categorys')->funds()->globalVentureCapitalFund()->open()->active()->latest()->get(); - $resaleGVCF = Product::has('funds')->with('funds','categorys')->funds()->globalVentureCapitalFund()->resale()->active()->latest()->get(); - $fullyFundedGVCF = Product::has('funds')->with('funds','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); diff --git a/app/Models/Category.php b/app/Models/Category.php index 4814ca4..d43a78a 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -76,7 +76,7 @@ class Category extends Model const AngelFundId = 30; - const GlobalPrivateEquityFundId = 31; + const GlobalPrivateEquityFundId = 39; const DebtFundId = 32; diff --git a/public/assets/uploads/real-estate_images/202406111444_1705906145 (1).jpg b/public/assets/uploads/real-estate_images/202406111444_1705906145 (1).jpg new file mode 100644 index 0000000..f23b462 Binary files /dev/null and b/public/assets/uploads/real-estate_images/202406111444_1705906145 (1).jpg differ diff --git a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php index 7a310bb..232298c 100644 --- a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php +++ b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php @@ -206,6 +206,11 @@ +
--}}
-
+
+ {{--
--}}
+
+