@extends('layouts.app') @section('title', 'Construction '.$content['category']['name'].' '.$content['title'].' - Maisons CBI - réf.'.$content['slug']) @section('h1', $content['title'].' réf.'.$content['slug'].' - Maisons CBI') @section('seo-description', 'Voir cette construction '.$content['category']['name'].$content['title'].' - '.strip_tags($content['metaDescription']).' - Réf.'.$content['slug']) @section('bodyClass', 'detail') @section('content')

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

    @foreach ($content['media'] as $k => $media)
  • image {{ $content['metaDescription'] }}
  • @endforeach
@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