@foreach($block->blockGalleryItems as $logo)
@if($loop->index % 8 === 0)
@endif
@if($loop->index % 4 === 0)
@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