@foreach ($block->testimonials as $testimonial) @if ($loop->iteration % 2 == 0) @include('frontend.templates.blocks.testimonial-item',['testimonial' => $testimonial, 'invert' => true, 'luumo' => $block->luumo, 'white_grid' => $block->white_grid,]) @else @include('frontend.templates.blocks.testimonial-item',['testimonial' => $testimonial, 'luumo' => $block->luumo, 'white_grid' => $block->white_grid,]) @endif @endforeach