{{-- This file shows each property user (seller or buyer-seller ) have --}}
@foreach($properties as $property) @endforeach
Tittle Status Layout Asking Price Action
{{ strtoupper($property->property_status) }} {{ $property->layout }} {{ $property->price }}
{{ $properties->links() }}