File tree Expand file tree Collapse file tree 1 file changed +19
-27
lines changed
resources/views/bootstrap Expand file tree Collapse file tree 1 file changed +19
-27
lines changed Original file line number Diff line number Diff line change 11@if ($paginator -> hasPages () )
2- <div class =" row " >
2+ <div class =" clearfix " >
33 @if ($paginator -> onFirstPage () )
4- <div class =" col" >
5- <button class =" btn btn-outline-primary"
6- aria-disabled =" true"
7- disabled >
8- {!! __ (' pagination.previous' ) ! !}
9- </button >
10- </div >
4+ <button class =" btn btn-outline-primary float-start"
5+ aria-disabled =" true"
6+ disabled >
7+ {!! __ (' pagination.previous' ) ! !}
8+ </button >
119 @else
12- <div class =" col" >
13- <a class =" btn btn-outline-primary"
14- href =" {{ $paginator -> previousPageUrl () } }"
15- role =" button" >
16- {!! __ (' pagination.previous' ) ! !}
17- </a >
18- </div >
10+ <a class =" btn btn-outline-primary float-start"
11+ href =" {{ $paginator -> previousPageUrl () } }"
12+ role =" button" >
13+ {!! __ (' pagination.previous' ) ! !}
14+ </a >
1915 @endif
2016
2117 @if ($paginator -> hasMorePages () )
22- <div class =" col" >
23- <a class =" float-end btn btn-outline-primary" href =" {{ $paginator -> nextPageUrl () } }" >
24- {!! __ (' pagination.next' ) ! !}
25- </a >
26- </div >
18+ <a class =" btn btn-outline-primary float-end" href =" {{ $paginator -> nextPageUrl () } }" >
19+ {!! __ (' pagination.next' ) ! !}
20+ </a >
2721 @else
28- <div class =" col" >
29- <button class =" float-end btn btn-outline-primary"
30- aria-disabled =" true"
31- disabled >
32- {!! __ (' pagination.next' ) ! !}
33- </button >
34- </div >
22+ <button class =" btn btn-outline-primary float-end"
23+ aria-disabled =" true"
24+ disabled >
25+ {!! __ (' pagination.next' ) ! !}
26+ </button >
3527 @endif
3628 </div >
3729@endif
You can’t perform that action at this time.
0 commit comments