@if ($block->anchor_id )
@endif
@if($block->block_title)

@title($block->block_title)

@endif
@foreach($block->blockGalleryItems as $logo) @if($loop->index % 8 === 0)
@endif @if($loop->index % 4 === 0)
@endif @if($logo->link_url) @endif @if($loop->iteration % 4 === 0 || $loop->count === $loop->iteration)
@endif @if($loop->iteration % 8 === 0 || $loop->count === $loop->iteration)
@endif @endforeach
@if($block->blockGalleryItems->count() > 8) @include('frontend.templates.components.swiper-navigation', ['count' => ceil($block->blockGalleryItems->count() / 8)]) @endif
@foreach($block->blockGalleryItems as $logo) @if($loop->index % 2 === 0) @endif @endforeach
@if($block->blockGalleryItems->count() > 2) @include('frontend.templates.components.swiper-navigation', ['count' => ceil($block->blockGalleryItems->count() / 2)]) @endif