@extends('layouts.app') @section('title', $property->title) @section('content')

JSP / Real Estate / {{ ucfirst($property->type) }}

{{ $property->title }}.

{{ $property->location }}

{{ $property->description ?: 'Property details are available from our team.' }}

Make an enquiry
@endsection