MethodNotAllowedHttpException in laravel 5.5 pagination

0

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".

  

link

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.

    
asked by anonymous 08.09.2018 / 17:15

0 answers