@extends('layouts.user') @section('title', 'Properties') @php use Illuminate\Support\Str; @endphp @section('content')
Real Estate
Browse opportunities curated for the community.
{{ $property->location ?? 'Location TBD' }}
{{ Str::limit($property->description, 140) }}
@endif @if(is_array($property->gallery_images) && count($property->gallery_images))