@extends('layout.headerAndFooter') @section('bodyClass', 'service-page') @section('headLinks') @stop @section('title') {{ $pageName }} @stop @section('content') @php $heroSubtitle = trim(strip_tags($subTitle ?: ($section1Content1 ?: $section2Content2))); $heroSubtitle = \Illuminate\Support\Str::limit($heroSubtitle, 170); $heroHighlights = collect($servicesAmazonAds ?? []) ->take(3) ->pluck('title') ->filter() ->values(); if ($heroHighlights->count() < 3) { $heroHighlights = collect(['Expertise premium', 'Strategie sur mesure', 'Resultats durables']); } @endphp @include('sections.breadcrumbs', [ 'parentPageLink' => route('home'), 'parentPage' => 'Accueil', 'childPageLink' => '', 'childPage' => 'Expertises', 'childPageLink2' => '', 'childPage2' => $pageName, 'fontColor' => 'lightFont', ]) {!! $bigTitle !!} {{ $heroSubtitle }} Parler à un expert Parler a un expert Voir notre methode @foreach($heroHighlights as $highlight) @if($loop->index === 0) @elseif($loop->index === 1) @else @endif {{ $highlight }} @endforeach {{-- --}} {!! $section1Title1 !!} {!! $section1Content1 !!} {!! $section2Title2 !!} {!! $section2Content2 !!} @if(!empty($sertifImage)) @endif @foreach ($thePlusCards as $item) {!! $item['title'] !!} + {!! $item['content'] !!} @endforeach Pourquoi Atirao : {!! $whyAtiraoTxt !!} Contactez-nous {{-- Section : Ce que nous proposons --}} @include('sections.services.CeQueNousProposons', [ 'services' => $servicesAmazonAds, ]) @include('sections.expertises.NosOffresClean', [ 'section2Title' => $section2Title22, 'section2Content' => $section2Content22, 'section2' => $section2, ]) @include('sections.expertises.methodology', [ 'methodologyTitle' => $methodologyTitle, 'methodology' => $methodologie, ]) {{-- Section : FAQ --}} @if (count($faq_data) > 0) @include('sections.services.faq', ['faq_data' => $faq_data]) @endif @stop @section('footerScripts') @stop
{!! $section1Content1 !!}
{!! $section2Content2 !!}
{!! $item['content'] !!}
{!! $whyAtiraoTxt !!}