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 @@ +
+
+ +
+
diff --git a/resources/views/components/global-private-equity-fund-product.blade.php b/resources/views/components/global-private-equity-fund-product.blade.php index b025c58..7b9d380 100644 --- a/resources/views/components/global-private-equity-fund-product.blade.php +++ b/resources/views/components/global-private-equity-fund-product.blade.php @@ -8,7 +8,7 @@
diff --git a/resources/views/components/global-venture-capital-fund-product.blade.php b/resources/views/components/global-venture-capital-fund-product.blade.php index 758de28..0ac1358 100644 --- a/resources/views/components/global-venture-capital-fund-product.blade.php +++ b/resources/views/components/global-venture-capital-fund-product.blade.php @@ -17,7 +17,9 @@