@forelse($properties as $property)

{!! $property->name !!}

{!! $property->email !!}
Verified Approved

{!! $property->details !!}

@empty @endif