Level 26
@floatinghero105 By id do you mean the html attribute? If so, you can export the view and change it as you need
php artisan vendor:publish --tag=laravel-pagination
more about this in the docs
Also note that pagination can be converted to json (docs). Maybe this is more suited to your needs.
1 like