@extends('layouts.app') @section('title', $content['title'].' - '. $content['category']['name'] . ' à ' .$content['city']) @section('h1', $content['title'].' - Programme immobilier à '. $content['city']) @section('seo-description', 'Voir ce '.$content['category']['name']. ' à ' . $content['city'] .', ' .$content['title'].' - '.strip_tags($content['metaDescription'])) @section('bodyClass', 'detail') @section('content')

{{ $content['category']['name'] }} à {{ $content['city'] }}
{{ $content['title'] }} réf.{{ $content['slug'] }}

@if (Agent::isMobile())
    @foreach ($content['media'] as $k => $media)
  • image {{ $content['metaDescription'] }}
  • @endforeach
@else
    @foreach ($content['media'] as $k => $media)
  • image {{ $content['metaDescription'] }}
  • @endforeach
@endif

{{ $content['title'] }}

@if ( $content['content'] != null )
{!! $content['content'] !!}
@endif
@lang('messages.page.detail.model.formTitle')
@include('common-client-bundle::form-contact', ['confirmationUrl' => '/realisation-confirmation.html', 'origin' => 59, 'adReference' => null,'companyId' => $company['id'], 'dataLocation' => null, 'dpt' => $company['coveredDepartment'], 'buttonCss' => 'sub bg-yellow red'])
@endsection @section('extraJs') @endsection