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