Sounds like it isn't paginated. Show the code
Dec 31, 2022
3
Level 8
Laravel Api pagination links() not working
I fetch a record from that has pagination my website A through API and want to display the result on my website B. The issue here is that it the {{$result->links()}} is not working. It keeps throwing an error "Method Illuminate\Support\Collection::links does not exist.".
So how then can we display Laravel API pagination in blade view?
Please or to participate in this conversation.