Here is a list of all the methods on the paginator:
https://laravel.com/docs/master/pagination#paginator-instance-methods
So the very first one is what you need :)
You can create your custom view and use that.
I'm curious to know what's the right way to get the total number of pages when we use "Pagination". I want to display : Viewing Page 3 of 335.
PS: I'm surprised that there is no direct way of getting this count.
I want to display : Viewing Page 3 of 335.
I already did a guide for that very thing: https://laracasts.com/discuss/channels/guides/paginator-another-episode
Please or to participate in this conversation.