@if ($posts->isNotEmpty()) @foreach ($posts as $postCategory) @if ($loop->index < 3) {!! RvMedia::image($postCategory->image, $postCategory->name, attributes: ['class' => 'attachment-full size-full wp-post-image']) !!} {{ $postCategory->name }} @endif @endforeach @foreach($posts as $postCategory) @if ($loop->index >= 3) {!! RvMedia::image($postCategory->image, $postCategory->name, attributes: ['class' => 'attachment-full size-full wp-post-image']) !!} {{ $postCategory->name }} {{ __('Posted At') }}: {{ Theme::formatDate($postCategory->created_at) }} {{ $postCategory->description }} {{ __('View more') }} @endif @endforeach {!! $posts->withQueryString()->links() !!} @endif