@foreach ($block->testimonials as $testimonial)
@include('frontend.templates.blocks.testimonial-item', ['testimonial' => $testimonial, 'luumo' => $block->luumo, 'white_grid' => $block->white_grid,])
@endforeach
@foreach ($block->testimonials as $index => $testimonial)
@endforeach