| 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 d'appartement |
{{ $property->apartment->apartment_type }} |
| Surface |
{{ $property->surface }} |
| Pièces |
{{ $property->rooms }} |
| Chambres à coucher |
{{ $property->bedrooms }} |
| Salle de bains |
{{ $property->bathrooms }} |
| Salles d'eau |
{{ $property->water_rooms }} |
| Étage |
{{ $property->apartment->floor_number }} |
| Nombre total d'étages |
{{ $property->apartment->total_floors }} |
| Exposition |
{{ $property->exposition }} |
| Ascenseur |
{{ $property->apartment->elevator ? 'Oui' : 'Non' }} |
| Terrasse ou balcon |
{{ $property->apartment->terrace_or_balcony ? 'Oui' : 'Non' }} |
| Parking |
{{ $property->apartment->parking}} |
| Cave |
{{ $property->apartment->cellar ? 'Oui' : 'Non' }} |
| Année de construction |
{{ $property->year_of_construction }} |
| Type de chauffage |
{{ $property->heating_type }} |
| DPE |
{{ $property->dpe }} |
| GES |
{{ $property->ges }} |
| Taxe foncière |
{{ $property->land_tax }} |
| Référence |
{{ $property->reference }} |
| Charges de copropriété par an |
{{ $property->apartment->co_ownership_charges_per_year }} |
@if(isset($property->apartment->condominium_lots))
| Nombre de lots en copropriété |
{{ $property->apartment->condominium_lots }} |
@endif
| Vendu |
{{ $property->sold ? 'Oui' : 'Non' }} |