Update links.blade.php
This commit is contained in:
parent
10c60b8756
commit
7fe0da219c
|
@ -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() !!}
|
||||||
|
|
Loading…
Reference in New Issue