Update links.blade.php

This commit is contained in:
Julian Prieber 2022-05-09 17:46:20 +02:00
parent 10c60b8756
commit 7fe0da219c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<h2 class="mb-4"><i class="bi bi-link-45deg"> Links</i></h2> <h2 class="mb-4"><i class="bi bi-link-45deg"> Links</i></h2>
<div style="overflow-y: auto;">
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
@ -38,6 +39,7 @@
@endforeach @endforeach
</tbody> </tbody>
</table> </table>
</div>
<ul class="pagination justify-content-center"> <ul class="pagination justify-content-center">
{!! $links ?? ''->links() !!} {!! $links ?? ''->links() !!}