Product detail page issues

This commit is contained in:
meghamalore
2024-05-13 11:54:15 +05:30
parent 6c89ff3714
commit 48599bbb3e
11 changed files with 305 additions and 91 deletions

View File

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