@extends('tenant.layouts.main') @section('title') Homevana @endsection @section('content')

Property Details

{{--
@foreach($propertyImages as $key => $propertyImage) @if($key != 0) property @endif @endforeach
--}}
@if($propertyImages->isNotEmpty()) property @endif
@foreach($propertyImages as $index => $image) @if ($index != 0) @endif @endforeach

{{$propertyDetail->address}}, {{$propertyDetail->city_name}}, {{$propertyDetail->state}}, India

{{$propertyDetail->area}}sqf

{{$propertyDetail->min_beds}} Beds

{{$propertyDetail->min_bath}} Baths

{{$propertyDetail->description}}

Address: {{$propertyDetail->address}} {{$propertyDetail->city_name}}, {{$propertyDetail->state}} {{$propertyDetail->zip_code}}

Get Direction

Rent Price:

{{ number_format($propertyDetail->rent_amount) }}/Month

@if($propertyStatus)
Rented
@else
For Rent
@endif
@if(!$propertyStatus) @if($schedules) Schedule a Visit @endif {{-- make an offer --}} @if(!$RentApplication) @endif @endif

Have Question ? Get in touch!

Contact us

Additional features:

@foreach ($features as $feature)

{{$feature}}

@endforeach
@if(Session::has('success'))
@endif @endsection