Skip to content

Commit 0931385

Browse files
HarmJan1990samberrry
authored andcommitted
Update index.blade.php
Adding pagination to admin page.
1 parent a2923bc commit 0931385

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
@@ -116,4 +116,8 @@
116116
<div class='alert alert-warning'>There were no results for this search!</div>
117117
@endif
118118
@endforelse
119+
120+
<div class='text-center'>
121+
{{$posts->appends( [] )->links()}}
122+
</div>
119123
@endsection

0 commit comments

Comments
 (0)