@foreach ($posts as $post)
@livewire('blog-post-component', ['post_id' => $post->id], key('post_' . $post->id))
@endforeach
{{ $posts->links() }}