Illuminate\Pagination Classes
static void currentPageResolver(Closure $resolver)
static string resolveCurrentPath(string $default = '/') Resolve
string toHtml() Render the contents of the paginator to HTML.
int currentPage() Get the current page. Return
array items() Get the slice of items being paginated.
bool hasPages() Determine if there are enough items to split into multiple
bool offsetExists(mixed $key) Determine if the given item exists.
void offsetSet(mixed $key, mixed $value) Set the item at the given offset
Page 7 of 20