image show and edit

This commit is contained in:
Shailesh-1981
2024-06-11 12:22:49 +05:30
parent 72f880d74c
commit 87cb07b466
8 changed files with 118 additions and 8 deletions

View File

@@ -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();