@extends('layouts.default') @section('title', $advertisement->title . ' - Lécuyer') @section('css') @endsection @section('content')

OFFICE DE GESTION ET DE
TRANSACTION IMMOBILIÈRE

{{ $advertisement->title }}

@if($advertisement->service->is_for_sale)

{{ price_format($advertisement->service->price) }} F.A.I

@elseif($advertisement->service->is_for_rental)

{{ price_format($advertisement->service->rent) }} /mois

@endif
    @if($advertisement->property->rooms_count > 0)
  • {{ $advertisement->property->rooms_count }} pièces
  • @endif @if($advertisement->property->bedrooms_count > 0)
  • {{ $advertisement->property->bedrooms_count }} chambres
  • @endif @if($advertisement->property->surface)
  • {{ $advertisement->property->surface }} m2
  • @endif @if($advertisement->property->step)
  • Étage {{ $advertisement->property->step }}<
  • @endif

{{ $advertisement->property->address }}

{{ $advertisement->property->postal_code }} {{ $advertisement->property->district }}

Description

Icon feuille de papier

{{ $advertisement->description }}


Caractéristique

Icone trois étoiles
@if($advertisement->property->year_construction)

Année de construction : {{ $advertisement->property->year_construction }}


@endif @if($advertisement->property->steps)

Étage : {{ $advertisement->property->steps }}


@endif @if($advertisement->property->garage)

Garage : Oui


@endif @if($advertisement->property->lift || $advertisement->property->digicode)

Service et accessibilité : {{ $advertisement->property->lift ? 'Ascenseur' : '' }} {{ $advertisement->property->lift || $advertisement->property->digicode? '-' : '' }} {{ $advertisement->property->digicode ? 'Digicode' : '' }}


@endif @if($advertisement->property->interior_state || $advertisement->property->kitchen_type || $advertisement->property->heating_type)

À l'intérieur : {{ $advertisement->property->interior_state ?? '' }} @if($advertisement->property->kitchen_type) - Cuisine {{ $advertisement->property->kitchen_type }} @endif @if($advertisement->property->heating_type) - {{ $advertisement->property->heating_type }} @endif

@endif

Diagnostique énergétique

Icone loupe recherche
@if($advertisement->diagnostic->dpe_consumption_tag)

A B C D E F G @endif @if($advertisement->diagnostic->dpe_consumption_value)
{{ $advertisement->diagnostic->dpe_consumption_value }} kWh / m2.an @endif

Contactez-nous

en quelques clics


@include('elements.forms.contact')
@if ($advertisement->photos)

Gallerie photo

Icone image
@foreach($advertisement->photos as $key => $photo) @endforeach
@endif
@include('elements.learn-more') @endsection