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 6829d86 commit 96ec526Copy full SHA for 96ec526
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