I am using Laravel 8 and I would need to make some adjustments to the buttons of the simple pagination provided by Laravel, I am using simplePaginate and I don't know where this should be done, in passing I comment that what I need is very simple, I just want there to be a small space between the buttons and put a border of another color.
Thank you very much in advance and I look forward to your response.
You can post the pagination styles that laravel has and edit them, as you wish, just run the command:
After applying this command on the command line you have to go to resource > view > vendor > pagination that is where they create the pagination views.
In that directory you will see the pagination views you have, and you can modify the pagination as required.
To use it, all you have to do is put: