$users->slice($offset = null, $limit = null)
Returns a sliced version of the collection starting with the offset and limited by the given limit value.
-
return ($users)
Returns a sliced version of the collection starting with the offset and limited by the given limit value.