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