bool isEmpty() Determine if the list of items is empty or not.
string|null nextPageUrl() The the URL for the next page, or null.
int lastItem() Get the "index" of the last item being paginated.
int firstItem() Get the "index" of the first item being paginated.
array items() Get all of the items being paginated.
string url(int $page) Get the URL for a given page.
string render(string|null $view = null) Render the paginator using a given
Htmlable|string render()
$this|string fragment(string|null $fragment = null) Get / set the URL fragment
Page 1 of 4