image show and edit
This commit is contained in:
@@ -32,7 +32,7 @@ class IndianRealAssetController extends Controller
|
||||
public function residential()
|
||||
{
|
||||
$realEstate = $this->indianResidentialRealEstateAllData()->getData();
|
||||
$openIRRE = Product::has('realEstate')->with('realEstate','categorys')->indianResidentialRealEstate()->open()->active()->get();
|
||||
$openIRRE = Product::has('realEstate')->with('realEstate.companies','categorys')->indianResidentialRealEstate()->open()->active()->get();
|
||||
$resaleIRRE = Product::has('realEstate')->with('realEstate','categorys')->indianResidentialRealEstate()->resale()->active()->get();
|
||||
$fullyFundedIRRE = Product::has('realEstate')->with('realEstate','categorys')->indianResidentialRealEstate()->fullyFunded()->active()->get();
|
||||
$learnMore = (new FractionalRealEstateFrontendController)->indianResidentialRealEstateQuestionAndAnswer()->getData();
|
||||
|
||||
Reference in New Issue
Block a user