@extends('layouts.app') @section('title', 'Find Your Dream Home') @section('content')
Browse properties or post your own.
Showing properties near your location.
@endif {{-- 📲 Install App Button --}}{{ \Illuminate\Support\Str::limit($property->description, 80) }}
₦{{ number_format($property->price, 2) }}
📍 {{ $property->city ?? 'City Not Provided' }}
{{-- 👤 Agent Info --}}👤 Agent: {{ $agent->name ?? 'Unknown' }} @if($agent && $agent->isVerified()) ✔ Verified Agent @else ⛔ Unverified @endif
@if($agent && $agent->phone_number) @endif {{-- 💬 WhatsApp Contact --}} @if($canWhatsapp && $phone) 💬 WhatsApp Agent @endifNo properties listed yet. Try adjusting your filters.
@endforelse