@extends('owner.layouts.main') @section('title') Property details @endsection @section('content')

Property details

@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")

Rent Price:

{{$property->rent_amount}}/ Month

For Rent
@else

Price:

{{$property->amount}}

For Sell
@endif

Additional features:

@php $features=explode(", ",$property->features) @endphp @foreach($features as $feature)

{{$feature}}

@endforeach
@if($property->property_for=="RENT") Rent Applications @else View Property Offers @endif
@endsection