@forelse ($posts as $post) @php $dynamic_class = $loop->index > 0 && ($loop->iteration % 7 == 6 || $loop->iteration % 7 == 0) ? 'list-view' : 'grid-view'; $columns = $loop->index > 0 && in_array($loop->iteration % 7, [2, 3, 4, 5]) ? 6 : 12; @endphp
@if ($post->getFirstMediaUrl('featured-image')) @endif

{{ $post->title }}

{{ $post->excerpt }}

@empty
@lang('common.resultsNotFound')

@lang('common.noRecordsFund')

@endforelse