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

{{ $title }}


OFFICE DE GESTION ET DE
TRANSACTION IMMOBILIÈRE

@foreach($sections as $section) @if(!empty($section['title']))

{{ $section['title'] }}

@endif {!! $section['paragraphs'] !!} @endforeach

Contactez-nous

en quelques clics


@include('elements.forms.contact')
@endsection