@extends('master') @section('title', 'My Commercial Properties') @section('description', '') @section('keywords', '') @section('content')

My Commercial Properties

@foreach($commercials as $commercial) @if($commercial->published==1) @else @endif @endforeach
Reference Property Unit Size Price ex VAT Region Town Suburb Status Type Published Edit
{{ $commercial->contact_person }} {{ $commercial->ref }} {{ $commercial->name }} {{ $commercial->unit }} {{ $commercial->size }} {{ $commercial->price }} {{ ucfirst(trans($commercial->region)) }} {{ $commercial->town }} {{ $commercial->surburb }} {{ $commercial->status2 }} {{ $commercial->propertType }}
links(); ?>
@stop