@php $cards = $block->cards; @endphp
@if ($block->anchor_id )
@endif

@title($block->block_title)

{!! $block->content !!}
@for ($i = 0; $i < 5; $i++) @include ('frontend.templates.components.value-box', ['card' => $cards->get($i), 'position' => $i]) @endfor
@for ($i = 5; $i < 7; $i++) @include ('frontend.templates.components.value-box', ['card' => $cards->get($i), 'position' => $i]) @endfor
@include ('frontend.templates.components.value-box', ['card' => $cards->get(7), 'position' => 7])