{{ $data['section_title'][app()->getLocale()] ?? '' }}

{{--
--}} @foreach($posts as $post) @if (($loop->index % 2) === 0)
@endif
@if (($loop->index % 2) === 1)
@endif @endforeach
{{--
--}}
@if (isset($data['display_load_posts_button']) && $data['display_load_posts_button'] == 1)
Load more
@endif