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

Property Investment in {{ $location->name }}

Latest Opportunities in {{ $location->name }}

Explore our current exclusive deals.

@forelse($properties as $property)
Property {{ $property->bmv_percentage }}% BMV
{{ $property->location }}

{{ Str::limit($property->description, 80) }}

View Property
@empty
No properties found in this location.
@endforelse

Ready to Invest in {{ $location->name }}?

Contact our expert team today to get started.

@endsection