@extends('layout.layoutAdmin') @section('title', "Estim'bien - Estimateur de biens immobilier sur Montpellier - page Estimation ") @section('content') @if(session('success')) @endif @if(session('error')) @endif

{{ $bien->appartements->typeAppartement }} - {{ $bien->client->genre }} {{ $bien->client->prenom }} {{ $bien->client->nom }}

{{ $bien->adresse }}

@if($bien->statut !== 2)

Faire l'estimation redirection

@else

Prix Bas : {{ $bien->prix_bas }} €

Prix Moyen : {{ $bien->prix_moyen }} €

Prix Haut : {{ $bien->prix_haut }} €

@endif

Informations sur le bien :

Surface Carrez : {{ $bien->appartements->surfaceCarrez }}m²

Surface Habitable : {{ $bien->appartements->surfaceHabitable }}m²

Surface Exterieur : {{ $bien->appartements->surfaceExterieur }}m²

Nombre de Pièces : {{ $bien->appartements->nbPieces }}

Nombre de Chambres: {{ $bien->appartements->nbChambres }}

Nombre de Salle de bain : {{ $bien->appartements->nbSdb }}

Etage du bien : {{ $bien->appartements->etageBien }}

Etage de l'immeuble : {{ $bien->appartements->etageImmeuble }}

Vue du bien : {{ $bien->appartements->vueBien }}

Bruit : {{ $bien->appartements->bruit }}

Luminosité : {{ $bien->appartements->luminosité }}

DPE : {{ $bien->appartements->DPE }}

Etat d'occupation : {{ $bien->appartements->etatOccupation }}

Etat du bien : {{ $bien->appartements->etatBien }}

Qualité par rapport aux autres appartement de l'immeuble : {{ $bien->appartements->qualiteRapport }}

Cuisine : {{ $bien->appartements->cuisine }}


Expositions :

@if($bien->expositions) @if($bien->expositions->nord)

Nord

@endif @if($bien->expositions->nordEst)

Nord-Est

@endif @if($bien->expositions->est)

Est

@endif @if($bien->expositions->sudEst)

Sud-Est

@endif @if($bien->expositions->sud)

Sud

@endif @if($bien->expositions->sudOuest)

Sud-Ouest

@endif @if($bien->expositions->ouest)

Ouest

@endif @if($bien->expositions->nordOuest)

Nord-Ouest

@endif @else

Aucune exposition spécifiée pour ce bien.

@endif

Lots Supplémentaires :

Places de parking : {{ $bien->appartements->lotSupp->nbParking }}

@if($bien->appartements->lotSupp->boxe1)

Boxe 1 : {{ $bien->appartements->lotSupp->boxe1 }}m²

@endif @if($bien->appartements->lotSupp->boxe2)

Boxe 2 : {{ $bien->appartements->lotSupp->boxe2 }}m²

@endif @if($bien->appartements->lotSupp->boxe3)

Boxe 3 : {{ $bien->appartements->lotSupp->boxe3 }}m²

@endif @if($bien->appartements->lotSupp->cave1)

Cave / Cellier 1 : {{ $bien->appartements->lotSupp->cave1 }}m²

@endif @if($bien->appartements->lotSupp->cave2)

Cave / Cellier 2 : {{ $bien->appartements->lotSupp->cave2 }}m²

@endif @if($bien->appartements->lotSupp->cave3)

Cave / Cellier 3 : {{ $bien->appartements->lotSupp->cave3 }}m²

@endif

La Résidence :

Année Construction : {{ $bien->appartements->anneeConstruction }}

Standing : {{ $bien->appartements->standing }}

Commodités et transport : {{ $bien->appartements->commoditésTransport }}

Ravalement de façade : {{ $bien->appartements->ravalementFacade }}

Toiture : {{ $bien->appartements->etatToiture }}

Etat parties communes : {{ $bien->appartements->etatPartiesCommunes }}

@if($bien->appartements->PartiesCommunes->ascenseur || $bien->appartements->PartiesCommunes->jardin || $bien->appartements->PartiesCommunes->piscine )

Parties Communes

@if($bien->appartements->PartiesCommunes->ascenseur)

Acsenseur

@endif @if($bien->appartements->PartiesCommunes->piscine)

Piscine

@endif @if($bien->appartements->PartiesCommunes->jardin)

Jardins Communs

@endif @if($bien->appartements->PartiesCommunes->local_velo)

Local à vélo

@endif @if($bien->appartements->PartiesCommunes->autre)

{{ $bien->appartements->PartiesCommunes->autre }}

@endif
@endif

@if($bien->appartements->precisions)

Précisions :

{{ $bien->appartements->precisions }}


@endif

Projet de vente :

{{ $bien->appartements->logementVente }}

@if($bien->appartements->quandVendre)

{{ $bien->appartements->quandVendre }}

@endif

Contact :

{{ $bien->client->genre }} {{ $bien->client->prenom }} {{ $bien->client->nom }}

Tel : {{ $bien->client->telephone }}

Email : {{ $bien->client->email }}


@csrf

Notes :

@if($bien->statut !== 2) @endif
@endsection