bugsysha6 years agoLevel 61ReplyReport SpamWhat about? $quizQuestions = QuizQuestion::paginate(1); In blade foreach ($quizQuestions as $question) <p>{{ $question->body }}</p> endforeach Then just have form under that which will post to specific route in which you will redirect back while incrementing the page query param. Like Reply