Level 75
You can customize it when your run this command
php artisan vendor:publish --tag=laravel-pagination
It will generate views in your resources/views/vendor directory and you can change it.
Documentation: https://laravel.com/docs/6.x/pagination#customizing-the-pagination-view
2 likes