bool isEmpty() Determine if the list of items is empty or not.
string|null nextPageUrl() The the URL for the next page, or null.
array items() Get all of the items being paginated.
int firstItem() Get the "index" of the first item being paginated.
int lastItem() Get the "index" of the last item being paginated.
Htmlable|string render()
bool hasPages() Determine if there are enough items to split into multiple
string render(string|null $view = null) Render the paginator using a given
bool hasPages() Determine if the underlying paginator being presented has
Page 1 of 4