Product detail page issues
This commit is contained in:
@@ -25,7 +25,7 @@ class IndianRealAssetController extends Controller
|
||||
$resaleIIRE = Product::has('realEstate')->with('realEstate','categorys')->indianIndustrialRealEstate()->resale()->active()->get();
|
||||
$fullyFundedIIRE = Product::has('realEstate')->with('realEstate','categorys')->indianIndustrialRealEstate()->fullyFunded()->active()->get();
|
||||
$learnMore = (new FractionalRealEstateFrontendController)->indianIndustrialRealEstateQuestionAndAnswer()->getData();
|
||||
// dd($openIIRE);
|
||||
// dd($realEstate);
|
||||
return view('Frontend.Pages.indian-real-estate.industrial', compact('realEstate', 'learnMore', 'openIIRE', 'resaleIIRE', 'fullyFundedIIRE'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user