Yes, you can completely customize the pagination view and also create your own paginator:
May 5, 2023
4
Level 1
customize laravel pagination
i have 1000's products so i used the paginate(),so what i want is that i don't need the users to know the total products count i want to customize by showing only 8 pagination pages, when we click on next button we should get next 8 pagination page links like that so on i.e, the context is that i should restrict the users to know the total products count is that possible ?
Please or to participate in this conversation.