File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
@if ($paginator -> hasPages () )
2
- <nav role =" navigation" aria-label =" Pagination Navigation" >
2
+ <nav role =" navigation" aria-label =" {!! __ ( ' Pagination Navigation' ) ! !} " >
3
3
<ul class =" pagination" >
4
4
{{-- Previous Page Link --}}
5
5
@if ($paginator -> onFirstPage () )
Original file line number Diff line number Diff line change 1
1
@if ($paginator -> hasPages () )
2
- <nav role =" navigation" aria-label =" Pagination Navigation" class =" flex justify-between" >
2
+ <nav role =" navigation" aria-label =" {!! __ ( ' Pagination Navigation' ) ! !} " class =" flex justify-between" >
3
3
{{-- Previous Page Link --}}
4
4
@if ($paginator -> onFirstPage () )
5
5
<span class =" relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-300 cursor-default leading-5 rounded-md dark:text-gray-600 dark:bg-gray-800 dark:border-gray-600" >
You can’t perform that action at this time.
0 commit comments