Skip to content

Commit cd0a849

Browse files
committed
Show pagination if empty
1 parent 6544908 commit cd0a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/includes/_pagination.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@if ($paginationEnabled && $models->count())
1+
@if ($paginationEnabled)
22
<div class="row">
33
<div class="col">
44
{{ $models->links() }}

0 commit comments

Comments
 (0)