We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04be7be commit 4c8bf2eCopy full SHA for 4c8bf2e
resources/views/bootstrap/simple-bootstrap.blade.php
@@ -1,5 +1,6 @@
1
@if ($paginator->hasPages())
2
- <div class="clearfix">
+ <div class="d-grid gap-2 d-sm-block clearfix">
3
+ {{-- Previous Page Link --}}
4
@if ($paginator->onFirstPage())
5
<button class="btn btn-outline-primary float-start"
6
aria-disabled="true"
@@ -13,7 +14,7 @@
13
14
{!! __('pagination.previous') !!}
15
</a>
16
@endif
-
17
+ {{-- Next Page Link --}}
18
@if ($paginator->hasMorePages())
19
<a class="btn btn-outline-primary float-end" href="{{ $paginator->nextPageUrl() }}">
20
{!! __('pagination.next') !!}
0 commit comments