Skip to content

Commit 0fe838e

Browse files
authored
Merge pull request #103 from HarmJan1990/patch-1
Adding pagination to admin page.
2 parents 54a13cd + d2851b1 commit 0fe838e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Views/binshopsblog_admin/index.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,8 @@
111111
<div class='alert alert-warning'>There were no results for this search!</div>
112112
@endif
113113
@endforelse
114+
115+
<div class='text-center'>
116+
{{$posts->appends( [] )->links()}}
117+
</div>
114118
@endsection

0 commit comments

Comments
 (0)