Level 2
https://gist.github.com/tobysteward/6163902 this is the best solution In ajax but not has the headache for writing html inside ajax
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 ?
Please or to participate in this conversation.