@extends('master') @section('title', 'Search Results') @section('description', '') @section('keywords', '') @section('content')
@csrf
@foreach($commercials as $commercial) @if($commercial->published==1) @else @endif @endforeach
Listed by Property Name Unit Size Region Town Status Property Type Published Edit Delete
{{ $commercial->contact_person }} {{ $commercial->name }} {{ $commercial->unit }} {{ $commercial->size }} {{ $commercial->region }} {{ $commercial->town }} {{ $commercial->for }} {{ $commercial->propertType }}
links(); ?>
@stop