Level 75
Try this way: https://laravel.com/docs/10.x/pagination#appending-hash-fragments
I'd use a server fetched partial.
I have been working with Blade Fragments and running into the issue of correctly having the Laravel Pagination update within Blade Fragments.
@fragment('user-pagination') {{ $users->links() }} @endfragment
Is there any known issue that keeps Pagination from being updated within Blade Fragments?
Please or to participate in this conversation.