Pagination links() with request that are only built with key
I have a set of records that needs to be paginated. Based on a Laracast's lesson I added a popular filter that will sort by "most viewed" restaurants. This query doesn't have any value like popular=true, only a key.
If my request is ?cuisine=pasta&popular&page=2 and I try to create pagination using