@foreach($property->property_images as $index => $image)
@if($index !=0)
@endif
@endforeach
{{$property->address}} {{$property->cityName->city_name}}, {{$property->state}}
{{$property->area}}
{{$property->min_beds}} Beds
{{$property->min_bath}} Baths
{{$property->description}}
Address: {{$property->address}}{{$property->landmark}} {{$property->localityName->locality_name}}, {{$property->cityName->city_name}}, {{$property->state}} {{$property->zip_code}}
Get Direction
@if($property->property_for=="RENT")
@else
@endif
View Property Offers
Rent Price:
₹ {{$property->rent_amount}}/ Month
For Rent
Price:
₹ {{$property->amount}}
For Sell
Additional features:
@php
$features=explode(", ",$property->features)
@endphp
@foreach($features as $feature)
@endforeach
{{$feature}}