@extends('layouts.modern') @section('title', 'Sold House Prices Search - PropertyFinda') @section('content')
Search recent property sales in your area instantly.
We couldn't find any sold property records matching "{{ $location }}" within {{ $radius }} miles. Try extending the radius or checking the postcode.
{{ $property['postcode'] }}
Type
{{ $property['type'] ?? 'N/A' }}
Tenure
{{ $property['tenure'] ?? 'N/A' }}
Transaction Date
{{ \Carbon\Carbon::parse($property['date'])->format('d M, Y') }}
Bedrooms
{{ $property['bedrooms'] ?? 'N/A' }}
Area
{{ $property['floor_area'] ?? 'N/A' }}