Global residential page dynamic
This commit is contained in:
@@ -56,7 +56,7 @@ class IndianRealAssetController extends Controller
|
||||
$realEstate = RealEstate::with('realEstatePhoto')->where('slug', $slug)->first();
|
||||
$productData = RealEstate::where('slug', '=', $slug)->first();
|
||||
$productData = Product::with('product_images')->where('id', '=', $productData->products_id)->first();
|
||||
// dd($productData);
|
||||
// dd($realEstate);
|
||||
return view('Frontend.Pages.indian-real-estate.product', compact('realEstate', 'productData'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user