@foreach($imageItems as $i => $image)
@php $cta = generateLink($image->cta, 'std-button'); @endphp @if($image->content || $image->subtitle || $cta)
@include('frontend.svg.icon-arrow-blue-down')
@if($image->subtitle)
{{ $image->subtitle }}
@endif @if($image->content)
{!!$image->content !!}
@endif @if($cta)
{!! $cta !!}
@endif
@endif @if($image->mediaItemMobile) {!! getMediaImg($image->mediaItemMobile, '600x600', htmlspecialchars($image->caption), 'animate animate__fadeIn') !!} @else {!! getMediaImg($image->mediaItem, '600x600', htmlspecialchars($image->caption), 'animate animate__fadeIn') !!} @endif @if($image->caption)
{{ $image->caption }}
@endif
@endforeach
@include('frontend.svg.icon-arrow-blue-down')
@foreach($imageItems as $i => $image)
@endforeach
@include('frontend.svg.icon-arrow-blue-down')