@extends('layouts.app') @section('title', $property->title . ' - CayorCity') @section('content')
Aucune image disponible
{{ $property->transaction_type === 'sale' ? 'Vente' : 'Location' }}
{{ $property->propertyType->name }}
{{ $property->city }} @if($property->district), {{ $property->district }} @endif
{{ $property->agency->name }}
{{ $property->description }}
{{ $property->address }}
{{ $property->agency->description }}
@if($property->agency->phone){{ $property->agency->phone }}
@endif @if($property->agency->email){{ $property->agency->email }}
@endif Voir l'agence{{ $property->views }} vues
Publié le {{ $property->published_at ? $property->published_at->format('d/m/Y') : 'N/A' }}
@if($property->is_featured) À la une @endif