@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 }}

    @foreach($heroHighlights as $highlight)
  • {{ $highlight }}
  • @endforeach
{{--
Top part of the image Bottom part of the image
--}}

{!! $section1Title1 !!}

{!! $section1Content1 !!}

{!! $section2Title2 !!}

{!! $section2Content2 !!}

@foreach ($thePlusCards as $item)
{!! $item['title'] !!}

{!! $item['content'] !!}

@endforeach

Pourquoi Atirao :

{!! $whyAtiraoTxt !!}

{{-- 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