We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6544908 commit cd0a849Copy full SHA for cd0a849
resources/views/includes/_pagination.blade.php
@@ -1,4 +1,4 @@
1
-@if ($paginationEnabled && $models->count())
+@if ($paginationEnabled)
2
<div class="row">
3
<div class="col">
4
{{ $models->links() }}
0 commit comments