@foreach ($block->testimonials as $testimonial)
@include('frontend.templates.blocks.testimonial-item', ['testimonial' => $testimonial, 'luumo' => $block->luumo, 'white_grid' => $block->white_grid,])
@endforeach
@for($i = 0; $i < $block->testimonials->count(); $i++)
@endfor