@foreach($videos as $video) @endforeach @foreach($property->photos as $p) @endforeach
@foreach($videos as $video)
{{ $p->getAttr('property_title') }}
@endforeach @foreach($property->photos as $p)
{{ $p->getAttr('alt') }}
@endforeach

{{ $property->getAttr('property_title') }}

{!! $property->frontPrice !!}

@include('partials.contact-form', [ 'tag' => 'h3', 'title' => translate('entrer_contact'), 'subtitle' => translate('savoir_plus_bien'), 'newsletter' => true, 'property' => $property ])
@include('partials.contact', ['paddingTop' => 3]) @include('partials.socials')
{{ translate('a_propos') }}
@include('partials.property-icons')
@if($previewComments)

{!! $previewComments !!}

@endif

{!! $fullComments !!}

@if($previewComments)
{{ translate('lire_plus') }}
{{ translate('reduire') }}
@endif @if($property->international)

{{ translate('honoraires_payes_vendeur') }}

@endif
{{ translate('details') }}
{{ translate('ref') }} {{ $property->ref }}
@if($property->city_id == 1 && $property->district)
{{ translate('quartier') }} {{ $property->district->getAttr('name') }}
@elseif($property->city)
{{ translate('ville') }} {{ $property->city->name }}
@endif @if($property->display_total_area && $property->total_area)
{{ translate('surface_totale') }} {{ $property->total_area }} m²
@endif @if($property->display_living_area && $property->living_area)
{{ translate('surface_habitable') }} {{ $property->living_area }} m²
@endif @if($property->terrace_size)
{{ translate('surface_terrasse') }} {{ $property->terrace_size }} m²
@endif @if($property->plot_area)
{{ translate('surface_parcelle') }} {{ $property->plot_area }} m²
@endif @if(!empty($property->rooms))
{{ ucfirst(translate('pieces')) }} {{ $property->rooms }}
@endif @if(!empty($property->bedrooms))
{{ ucfirst(translate('chambres')) }} {{ $property->bedrooms }}
@endif @if($property->display_bathrooms)
{{ translate('salles_de_bain') }} {{ $property->bathrooms }}
@endif @if(!empty($property->parkings))
{{ translate('places_stationnement') }} {{ $property->parkings }}
@endif @if(!empty($property->cellars))
{{ translate('caves') }} {{ $property->cellars }}
@endif
@if($property->plans->count())
{{ translate('plans') }}
@foreach($property->plans as $counter => $plan) {{ $plan->getAttr('alt') }} @endforeach
@endif
@if($property->getAttr('specs'))
{{ translate('specifications') }}
{!! nl2br($property->getAttr('specs')) !!}
@endif @if($property->getAttr('amenities'))
{{ translate('agrements') }}
{!! nl2br($property->getAttr('amenities')) !!}
@endif
@if($property->dpe_consumption > 0 || $property->dpe_ges > 0)
{!! getDpeConsumption($property->dpe_consumption) !!} {!! getDpeGes($property->dpe_ges) !!}
@endif
@if(!$hideNewsletter)

{{ translate('ne_manquez_pas') }}

{{ translate('accroche_newsletter_annonce') }}

@endif
@push('scripts') @endpush