@php $featuredOfferIndex = count($section2) >= 3 ? 2 : 0; @endphp

{!! $section2Title !!}

{{ $section2Content }}

@foreach($section2 as $index => $offer) @php $offerUrl = 'https://site.atirao.biz/' . ltrim($offer['link'], '/'); $offerDescription = Str::before(Str::before($offer['text'], '→'), '→'); $isFeatured = $index === $featuredOfferIndex; @endphp {{ $offer['title'] }} {{ trim($offerDescription) }} Découvrir @endforeach