Property list
@foreach ($myProperties as $myProperty)
@endforeach
@foreach ($property_images as $property_image)
@if ($myProperty->id == $property_image->property_id)
@endif
@endforeach
{{$myProperty->city_name}}, {{$myProperty->state}}
{{ \Carbon\Carbon::parse($myProperty->created_at)->format('F j, Y') }}
{{$myProperty->property_name}}
₹ {{ number_format($myProperty->rent_amount) }}*
{{$myProperty->description}}
Showing 1 to 6 of 10 Listings