I can`t fit on mobile device the pagination. (laravel 6 and bootstrap 4)
I found this function for pagination ( onEachSide() )
$products->onEachSide(1)->links()
The results are ok when the page loads (screenshot attached):
But the problem is when click on 3 and so on.... (screenshot attached):
How can I fit the pagination on a single row ?