Display pagination for paginated data such as blog posts.
resources/js/Components/Pagination.vue
Component accepts two parameters:
get_pagination_data
to get pagination data.default
or simple
pagination. Simple pagination will have previous and next buttons and current page indicator, while the default one has multiple page numbers.