@if ($property->house)
Surface de {{ $property->surface }} m²
Terrain de {{ $property->house->land_surface }} m²
{{ $property->rooms }} pièces
@endif
@if ($property->apartment)
Surface de {{ $property->surface }} m²
{{ $property->rooms }} pièce(s)
@if ($property->apartment->terrace_or_balcony)
1 terrasse ou balcon
@endif
@endif
@if ($property->land)
Terrain de {{ $property->surface }} m²
@endif
{{ number_format($property->price, 0, ',', ' ') }} € (hors honoraires)
{{ number_format($property->getFinalPrice(), 0, ',', ' ') }} € (honoraires agence inclus)