I'm having trouble paging data in the view. When I perform the search it returns all the data, but when I access the pagination link it returns the error "MethodNotAllowedHttpException".
I was having the same problem on the main search page because of CSRF, but I resolved by assigning the route in the VerifyCsrfToken exceptions, but I do not know how I add the paging routes.