I am building an app with framework7 and laravel but i am finding it difficult to use the pagination payload from the laravel api. i need help

  1. current_page: 1
  2. data: (2) [{…}, {…}]
  3. first_page_url: “http://127.0.0.1:8000/api/v1/auth/master/all?page=1
  4. from: 1
  5. last_page: 3
  6. last_page_url: “http://127.0.0.1:8000/api/v1/auth/master/all?page=3
  7. links: (5) [{…}, {…}, {…}, {…}, {…}]
  8. next_page_url: “http://127.0.0.1:8000/api/v1/auth/master/all?page=2
  9. path: “http://127.0.0.1:8000/api/v1/auth/master/all
  10. per_page: 2
  11. prev_page_url: null
  12. to: 2
  13. total: 6