@extends('layout.headerAndFooter') @section('headLinks') @stop @section('title') {{$pageName}} @stop @section('content')
@include('sections.breadcrumbs', [ 'parentPageLink' => route("home"), 'parentPage' => 'Accueil', 'childPageLink' => "", 'childPage' => 'Expertises', 'childPageLink2' => "", 'childPage2' => $pageName, "fontColor" => "lightFont" ])

{!!$bigTitle!!}

{!!$subTitle!!}

{{-- @include('sections.clients') --}}

{!! $section1Title1 !!}

{!! $section1Content1 !!}

Top part of the image Bottom part of the image
@include('sections.CardsWithSwiper' , ['offersDetaild'=>$offersDetaild,'offersDetaildTitle'=>$offersDetaildTitle]) @if(isset($devSection) && !empty($devSection)) @include('sections.DevSection') @endif @if(isset($expertises) && !empty($expertises)) @include('sections.OuExpertizeSection') @endif @if ($introCards) @include('sections.services.IntroCards',$cards = $introCards) @endif

Notre méthodologie

@php $nuberstep = 1; @endphp @foreach ($methodologie as $item) @if ($item['line'] == 'left')

ÉTAPE {{$nuberstep ++}}

{{$item['title']}}

{{$item['content']}}

@else

ÉTAPE {{$nuberstep ++}}

{{$item['title']}}

{{$item['content']}}

@endif @endforeach
@if ($sertifTitle)

{!!$sertifTitle!!}

{{$sertifContent}}

@endif @if ($faq_data) @include('sections.faq' , ['faq_data'=>$faq_data]) @endif @stop @section('footerScripts') @stop