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

Informations

Ville : {{ $home->city }}
Prix : {{ Str::currency($home->price) }}
Surface : {{ Str::surface($home->surface) }}
Pièces : {{ $home->rooms }}

Informations complémentaires

Jardin : {{ Str::surface($home->garden_surface) }}
Énergie : {{ $home->energy ?? '−' }}
GES : {{ $home->ges ?? '−' }}
@endsection