{{-- @props([$filteredProperties ,$contact]) --}} @props(['filteredProperties', 'contact']) @push('css') @endpush
{{--

Historical Data

--}}
{{-- --}}

Associated Buyer/Seller Transactions

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