@forelse($properties as $prop)
{{ $prop->title }}
{{ (\App\Models\Property::typeLabels())[$prop->type] ?? $prop->type }}
@if($prop->city) • {{ $prop->city }} @endif
• {{ $prop->formattedPrice() }}
{{ \App\Models\Property::LISTING_PURPOSES[$prop->listing_purpose] ?? $prop->listing_purpose }}
{{ ucfirst(str_replace('_', ' ', $prop->status)) }}
@empty
No properties linked to this owner.
@endforelse