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