create pagination and display it in laravel

1004 0 0 0

Last Updated : 2024-04-25 18:07:48

how to create pagination and correctly display it in laravel

1 - add paginate to your get function


$questionnaires = Questionnaire::orderby('id', 'desc')->paginate(10) ;  // change number in paginate as you want

2- in blade .. to display pagination use one of the following snippets


{{ $replies->render("pagination::default") }}
{{ $replies->render("pagination::bootstrap-4") }}
{{ $replies->render("pagination::simple-bootstrap-4") }}
{{ $replies->render("pagination::semantic-ui") }}

// change $replies with your $variable

Mahmoud Anwar

Mahmoud Anwar

Back End Developer with a passion for developing innovative web applications that expedite the efficiency and effectiveness of organizational success. Well-versed in technology and writing code to create systems that are reliable and user-friendly. Also has the proven ability to motivate, educate, and collaborate effectively to build web applications and effectively track changes. Confident communicator, strategic thinker, and innovative creator to develop software that is customized to meet a company’s organizational needs, highlight their core competencies, and further their success.