| 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 }} |
| Type | {{ $property->house->type == 'independent' ? 'Indépendante' : 'Mitoyenne' }} |
| Surface | {{ $property->surface }} |
| Pièces | {{ $property->rooms }} |
| Chambres à coucher | {{ $property->bedrooms }} |
| Salle de bains | {{ $property->bathrooms }} |
| Salles d'eau | {{ $property->water_rooms }} |
| Lotissement | {{ $property->house->housing_estate ? 'Oui' : 'Non' }} |
| Exposition | {{ $property->exposition }} |
| Superficie du terrain | {{ $property->house->land_surface }} |
| Plain-pied | {{ $property->house->single_storey ? 'Oui' : 'Non' }} |
| Nombre d'étages | {{ $property->house->floors }} |
| Garage | {{ $property->house->garage}} |
| Année de construction | {{ $property->year_of_construction }} |
| Type de chauffage | {{ $property->heating_type }} |
| Piscine | {{ $property->house->swimming_pool ? 'Oui' : 'Non' }} |
| DPE | {{ $property->dpe }} |
| GES | {{ $property->ges }} |
| Taxe foncière | {{ $property->land_tax }} |
| Référence | {{ $property->reference }} |
| Vendu | {{ $property->sold ? 'Oui' : 'Non' }} |