Laravel Collection Public API: slice
…. The $offset tells the slice method where to begin when creating the collection. For example, if the $offset is 3 , the new collection will begin with the third item in the collection. If the $offset is negative, the new collection will start...