@extends('layouts.app') @section('content')
@if(!empty($home->comment))
Mon commentaire
{!! nl2br($home->comment) !!}
@endif
{!! nl2br($home->description) !!}

Informations :

Ville : {{ $home->city }}
Prix : {{ $home->price }}
Surface : {{ $home->surface }} m²
Nombre de pièces : {{ $home->rooms }}

Informations complémentaires :

Surface de jardin : {{ $home->garden_surface ?? '−' }}
Énergie : {{ $home->energy ?? '−' }}
GES : {{ $home->ges ?? '−' }}
@endsection