Martha's avatar

blade pagination with api web service

how can I blade the pagination in laravel where data is returned in json format like this: { "total": 3, "per_page": 20, "current_page": 1, "last_page": 1, "from": 1, "to": 3, "data": [ { data data data } } Is there a way other than ajax ?

0 likes
1 reply

Please or to participate in this conversation.