File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 <div class =" uk-flex uk-flex-between uk-flex-wrap @if ($darkMode ) uk-light @endif " >
55 {{-- Previous Page Link --}}
66 @if ($paginator -> onFirstPage () )
7- <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s uk-width-1-5@m uk-width-small@l uk-margin-small-top"
7+ <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-4@s uk-width-small@l uk-margin-small-top"
88 disabled >
99 {!! __ (' pagination.previous' ) ! !}
1010 </button >
1111 @else
12- <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s uk-width-1-5@m uk-width-small@l uk-margin-small-top"
12+ <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-4@s uk-width-small@l uk-margin-small-top"
1313 href =" {{ $paginator -> previousPageUrl () } }" >
1414 {!! __ (' pagination.previous' ) ! !}
1515 </a >
1616 @endif
1717
1818 {{-- Next Page Link --}}
1919 @if ($paginator -> hasMorePages () )
20- <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s uk-width-1-5@m uk-width-small@l uk-flex-last@l uk-margin-small-top"
20+ <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-4@s uk-width-small@l uk-flex-last@l uk-margin-small-top"
2121 href =" {{ $paginator -> nextPageUrl () } }" >
2222 {!! __ (' pagination.next' ) ! !}
2323 </a >
2424 @else
25- <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s uk-width-1-5@m uk-width-small@l uk-flex-last@l uk-margin-small-top"
25+ <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-4@s uk-width-small@l uk-flex-last@l uk-margin-small-top"
2626 disabled >
2727 {!! __ (' pagination.next' ) ! !}
2828 </button >
You can’t perform that action at this time.
0 commit comments