{{-- @props([$filteredProperties ,$contact]) --}} @props(['filteredProperties', 'contact']) @push('css') @endpush
@if (!empty($property['images']) && isset($property['images'][0]['url']))
|
{{-- Property Address --}}
{{ $property['street'] ?? 'N/A' }} | {{-- Buy/Sell Transaction Type --}}{{ \Illuminate\Support\Str::title(str_replace('_', ' ', $property['transaction_type'] ?? "N/A")) }} | {{-- Property Type --}}{{ $property['property_type'] ?? 'N/A' }} | {{-- Property Status/Stage --}}{{ $property['status'] ?? 'Pending' }} |
No Transactions Available |