@extends('layouts.app') @section('title', $ad['title'].' - #'.$ad['reference']) @section('h1', $ad['title']) @section('seo-description', 'Consultez cette annonce de '.$ad['title'].' à '. number_format($ad['price'], 0, ',', ' ') .' €. Référence:'.$ad['reference']) @section('bodyClass', 'detail') @section('content')

{{ $ad['title'] }} {{ $ad['reference'] }}

Projet de construction à {{ $ad['land']['city'] }} - {{ $ad['reference'] }}

    @foreach ($ad['media'] as $k => $media) @if ($media['type']!='application/pdf')
  • image {{ $ad['title'] }}
  • @endif @endforeach

{{ $ad['title'] }}

@if ( $ad['price'] > 0 ){!! number_format($ad['price'], 0, ',', ' ') !!} € @else Prix sur consultation @endif
@if ( $ad['description'] != null )
@if (!empty($ad['house']))

A propos de cette offre de maison avec terrain

@else

A propos de ce terrain

@endif {!! nl2br($ad['description']) !!}

{{ trim($ad['signature']) }}

{{ $ad['mention'] }}

@endif

Caractéristiques

    @if (!empty($ad['house']))
  •   Modèle présenté : {{ $ad['house']['name'] }}
  •   Surface : {{ $ad['house']['area'] }} m²
  •   Pièces : {{ $ad['house']['roomNumber'] }}
  •   Chambres : {{ $ad['house']['bedroomNumber'] }}
  • @if (isset($ad['house']['bathroomnumber']))
  •   Nb salle de bains : {{ $ad['house']['bathroomnumber'] }}
  • @endif @if ($ad['house'] != null)
  •   Garage : {{ $ad['house']['garageArea'] }} m2
  • @endif @endif
  •   Commune : {{ $ad['land']['postCode'] }} {{ $ad['land']['city'] }}
  •   Surface terrain : {{ $ad['land']['surface'] }} m²
  •   En lotissement : @if ($ad['land']['landType'] == "Lotissement") oui @else non @endif
  •   Prix : {!! number_format($ad['land']['price'], 0,',',' ') !!}  €
  • {{--
  • Prix : @if (isset($version['prixpublic'])) à partir de {!! number_format($version['prixpublic'], 0,',', ' ') !!} € @else sur consultation @endif
  • --}}

Informations complémentaires

{!! $ad['land']['extraContent'] !!}

Localisation

@lang('messages.page.detail.'.$type.'.formTitle')
@include('common-client-bundle::form-contact', ['confirmationUrl' => '/'.$type.'-confirmation.html', 'origin' => $origin, 'adReference' => $ad['reference'],'companyId' => $company['id'] , 'dpt' => $company['coveredDepartment'], 'buttonCss' => 'sub bg-yellow red'])
@endsection @section('extraJs') @endsection