@extends('layouts.app') @section('content')

RECENT PROPERTIES

HERE ARE SOME OF OUR RECENT PROPERTIES

We can sit here and say that we offer the best possible deals to our investors and reference significant discount figures on market value, but the proof is in the pudding right?

@forelse($properties as $property)
{{ $property->type ?? 'Investment' }}
{{ $property->location }}
{{ $property->location }}
{{ $property->description }}

BMV

{{ $property->bmv_percentage }}%

Yield/Profit

{{ $property->yield ?? 'N/A' }}

    @if($property->features) @foreach(explode("\n", $property->features) as $feature) @if(trim($feature))
  • {{ trim($feature) }}
  • @endif @endforeach @else
  • No specific features listed.
  • @endif
@empty

No properties found. Check back soon!

@endforelse

Start your property journey today

Book Free Consultation
@endsection