@asker We can't see the links you've posted because they point to localhost, which is your local computer. Since it's not exposed to the internet, we can't access it.
Try posting screenshots of the problem so we can better see what's going on.
Hi, I have a problem with pagination links. I have a pagination on link: http://localhost/laravel3/public/tours
I have this code in Blade: {!! $item->render() !!}
and pagination works fine except that Next and Prev links go to the: http://localhost/laravel3/public/tours/?page=2 instead of correct link http://localhost/laravel3/public/tours?page=2
Any help?
Please or to participate in this conversation.