@if ($posts->count() > 0) @foreach ($posts as $postCategory) @if ($loop->index < 3) {{ $postCategory->name }} @endif @endforeach @foreach($posts as $postCategory) @if ($loop->index >= 3) {{ $postCategory->name }} {{ __('Posted At') }}: {{ $postCategory->created_at->translatedFormat('Y-m-d') }} {{ $postCategory->description }} {{ __('View more') }} @endif @endforeach {!! $posts->withQueryString()->links() !!} @endif