What is the best way to centrally align pagination in Bootstrap 4? I have tried adding the code, but the pagination remains aligned to the left instead of the center. Even when applying the text-center
class to the parent element, it does not work as expected - the text aligns but the pagination stays on the left.
<div class="text-center">
{{$posts->links('vendor.pagination.bootstrap-4')}}
</div>