prendre 10 sauter 10 laravel

User::take(10)->get()->random()->id
User::skip(10)->take(10)->get()->random()->id
Jittery Jay