How to add bootstrap pagination in Laravel
adding bootstrap pagination in Laravel you must use the below code inside your AppServiceProvider then go to boot() function and add this.
Paginator::useBootstrap();
adding bootstrap pagination in Laravel you must use the below code inside your AppServiceProvider then go to boot() function and add this.
Paginator::useBootstrap();