@forelse(($isHome ?? false) ? $posts->skip(1) : $posts as $post) @empty {{-- This is a placeholder for where the posts will go. Once you pass $posts from the controller, the component above will render. --}}

@lang('blog.No posts available.')

@endforelse
{{ $posts->appends(request()->input())->links('theme::partials.pagination') }}