Hello, is there any way to center paging links that laravel 5.7
generates?
So far I've created a page with eloquet
results, however, the links were not centered in my template (Remember that I'm using Bootstrap4
to create my screens).
I know that if I were working on HTML
I would just add the class justify-content-center
to the ul
tag that would already solve the problem.
What I want to know is if there is any way I can solve this problem by laravel
or if I have to create some CSS
or a JS
script add that class to the tag?
I hope to have been clear and thank you in advance.