laravel show only next and previous link in pagination
问题 I ma trying to use Laravel Pagination and I only want to show the Previous and Next link with out the number 1 2 3 ... how could I do that? I followed Laravel page : "Simple Pagination" If you are only showing "Next" and "Previous" links in your pagination view, you have the option of using the simplePaginate method to perform a more efficient query. This is useful for larger datasets when you do not require the display of exact page numbers on your view: $someUsers = User::where('votes', '>'