Skip to content

Commit d2851b1

Browse files
authoredMay 30, 2023
Update index.blade.php
Adding pagination to admin page.
1 parent 54a13cd commit d2851b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/Views/binshopsblog_admin/index.blade.php

+4
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)
Failed to load comments.