@php $counter = 0; @endphp @foreach (TemplateHomepage::automatic_layout_articles() as $post) @if ($counter % 2 == 0) @if ($counter > 0) @endif
@endif
@if (has_post_thumbnail($post))
{!! get_the_post_thumbnail($post, 'large') !!}
@endif
@php $counter++; @endphp @endforeach