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

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

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

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

@endif
Size Price ex VAT Suburb Unit Status Ref Interested?
{{ $property->size }} R {{ number_format($property->price, 2) }} {{ $property->surburb }} {{ $property->unit }} {{ $property->status2 }} {{ $property->ref }} Yes
@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-property2')
@stop