@php Theme::layout('has-heading'); @endphp
@php $style = theme_option('post_item_style', 1); $itemsPerRow = theme_option('post_item_per_row', 3); @endphp
@forelse($posts as $post) @include(Theme::getThemeNamespace('views.templates.post-item.index')) @empty
{{ __('No post found.') }}
@endforelse
@if($posts->hasPages())
{{ $posts->links(Theme::getThemeNamespace('partials.pagination')) }}
@endif