@extends('layouts.modern') @section('title', ($property['address'] ?? 'Property Details') . ' - PropertyFinda') @section('content')
{{ $property['postcode'] ?? 'N/A' }}
Bedrooms
{{ $property['bedrooms'] ?? 'N/A' }}
Bathrooms
{{ $property['bathrooms'] ?? ($property['baths'] ?? ($property['habitable_rooms'] ?? 'N/A')) }}
Floor Area
{{ isset($property['floor_area_sqft']) ? number_format($property['floor_area_sqft']) . ' sq ft' : 'N/A' }}
Tenure
{{ $property['tenure'] ?? 'N/A' }}
Sold on {{ \Carbon\Carbon::parse($lastSale['date'])->format('d M, Y') }}
£{{ number_format($sale['amount']) }}
{{ \Carbon\Carbon::parse($sale['date'])->format('M Y') }}
Disclaimer: This information is provided via the PaTMa Property Prospector API and is for informational purposes only. Information is fetched in real-time and not stored on PropertyFinda.