@extends('layouts.app') @section('title', 'Real Estate') @section('content')

JSP / 01

Space to
become.

Land, buildings and developments with room for your next move.

@forelse ($properties as $property)

{{ strtoupper($property->status ?? 'Available') }} / {{ ucfirst($property->type ?? 'Property') }}

{{ $property->title }}

{{ $property->location }}

@empty

Coming into view

New properties are being prepared.

Check back soon or contact our team for off-market opportunities.

@endforelse
@endsection