admin chnageg
This commit is contained in:
@@ -209,7 +209,7 @@ class AlternativeInvestmentFundController extends Controller
|
||||
->get();
|
||||
$product = AlternativeInvestmentFund::where('slug', '=', $slug)->first();
|
||||
$productData = Product::with('product_images')->where('id', '=', $product->products_id)->first();
|
||||
// dd($product);
|
||||
// dd($privateEquityFund);
|
||||
return view('Frontend.Pages.alternative-investment-fund.private-equity-fund-product', compact('privateEquityFund', 'otherPEF', 'product', 'productData'));
|
||||
}
|
||||
|
||||
@@ -612,4 +612,4 @@ class AlternativeInvestmentFundController extends Controller
|
||||
// dd($privateCreditFund);
|
||||
return view('Frontend.Pages.alternative-investment-fund.private-credit-fund-product', compact('privateCreditFund', 'otherPEF', 'productData'));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user