| Titre | {{ $property->title }} |
|---|---|
| Prix hors honoraires | {{ $property->price }} |
| Prix incluant les honoraires | {{ $property->getFinalPrice() }} |
| Honoraires (%) | {{ $property->getHonoraryRate() }} |
| Ville | {{ $property->city }} |
| Code postal | {{ $property->postal_code }} |
| Surface | {{ $property->surface }} |
| Emprise au sol | {{ $property->land->footprint_percentage }}% |
| Viabilisation | {{ $property->land->servicing ? 'Oui' : 'Non' }} |
| Lotissement | {{ $property->land->housing_estate ? 'Oui' : 'Non' }} |
| Zone PLU | {{ $property->land->plu_zone }} |
| Taxe foncière | {{ $property->land_tax }} |
| Référence | {{ $property->reference }} |
| Vendu | {{ $property->sold ? 'Oui' : 'Non' }} |