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

{{ $title }}


OFFICE DE GESTION ET DE
TRANSACTION IMMOBILIÈRE

Un service né de la confiance de nos clients

{!! $intro !!}

@foreach($sections as $i => $section)
@if($i % 2 === 0)

{{ $section['number'] }}

{{ $section['title'] }}
    @foreach($section['items'] as $item)
  • * {{ $item }}
  • @endforeach
@else

{{ $section['number'] }}

{{ $section['title'] }}
    @foreach($section['items'] as $item)
  • * {{ $item }}
  • @endforeach
@endif
@endforeach
@endsection