admin chnageg

This commit is contained in:
kshitige
2024-05-30 19:06:30 +05:30
parent 0d7f1a4a3b
commit 7f67bf96b5
7 changed files with 25 additions and 18 deletions

View File

@@ -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'));
}
}
}