Skip to content

Commit 4c8bf2e

Browse files
committed
update simple-bootstrap.blade.php
1 parent 04be7be commit 4c8bf2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/views/bootstrap/simple-bootstrap.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@if ($paginator->hasPages())
2-
<div class="clearfix">
2+
<div class="d-grid gap-2 d-sm-block clearfix">
3+
{{-- Previous Page Link --}}
34
@if ($paginator->onFirstPage())
45
<button class="btn btn-outline-primary float-start"
56
aria-disabled="true"
@@ -13,7 +14,7 @@
1314
{!! __('pagination.previous') !!}
1415
</a>
1516
@endif
16-
17+
{{-- Next Page Link --}}
1718
@if ($paginator->hasMorePages())
1819
<a class="btn btn-outline-primary float-end" href="{{ $paginator->nextPageUrl() }}">
1920
{!! __('pagination.next') !!}

0 commit comments

Comments
 (0)