I want to shuffle and paginate data in laravel.
when I use this code :
`$questions = Question::where("exam_id",$exam->id)->shuffle()-&