Skip to content

Commit

Permalink
Fix for pagination bug when reaching last page.
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoist committed Jul 3, 2020
1 parent 84c61c6 commit 5e20356
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<span class="font-medium">{{ $paginator->firstItem() }}</span>
to
<span class="font-medium">{{ $paginator->lastItem() }}</span>
of
<span class="font-medium">{{ $paginator->total() }}</span>

<span class="font-medium"> of {{ $paginator->total() }}</span>
results
</p>
</div>
Expand Down

0 comments on commit 5e20356

Please sign in to comment.