Not sure if it helps, but you might be able to get the first 4 from doing something like
$first4Movies = $movies->slice(1,4);
And then
$rest = $movies->slice(4);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community