@extends('layouts.app') @section('title', $property->title) @section('content')
Type: {{ ucfirst($property->type) }}
City: {{ $property->city }}
Address: {{ $property->address }}
Price: ₦{{ number_format($property->price, 0) }}
{{ $property->description }}
👤 {{ $property->agent->name }}
📞 {{ $property->agent->phone_number }}
@if($property->agent->isVerified()) ✅ Verified Agent @else ⛔ Unverified Agent @endif