@extends('master') @section('title', 'Admin') @section('description', '') @section('keywords', '') @section('content')
@csrf
@foreach($commercials as $commercial) @if($commercial->published==1) @else @endif @endforeach
Owner Reference Property Unit Size Price ex VAT Region Town Suburb Status Type Published Edit Delete
{{ $commercial->contact_person }} {{ $commercial->ref }} {{ $commercial->name }} {{ $commercial->unit }} {{ $commercial->size }} {{ number_format($commercial->price, 2) }} {{ ucfirst(trans($commercial->region)) }} {{ $commercial->town }} {{ $commercial->surburb }} {{ $commercial->status2 }} {{ $commercial->propertType }}
links(); ?>
@stop