@extends('master') @section('title', 'Commercial 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
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 }} More Info
@if($property->image1)
Commercial Image
@endif @if($property->image2)
Commercial Image
@endif @if($property->image3)
Commercial Image
@endif

Status : {{ $property->status2 }}

{!! $property->description !!}

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