@extends('master') @section('title', 'Residential Property' ) @section('description', '') @section('keywords', '') @section('content')
@if($property->for=='rental')

{{ $property->name }}@if($property->status2!=NULL) - {{ $property->status2 }}@endif

@elseif($property->for=='Sale')

{{ $property->name }}@if($property->status2!=NULL) - {{ $property->status2 }}@endif

@endif
@if($property->image1)
Property Image
@endif @if($property->image1)
Property Image
@endif @if($property->image1)
Property Image
@endif

{!! $property->description !!}

@if($property->directions)
@endif
@include('partials.interested-property')
@stop