Fix profile links and pagination

This commit is contained in:
Jonny Barnes 2022-05-15 17:10:42 +01:00
parent bfdbbcc6d1
commit ae43cf0928
6 changed files with 31 additions and 2 deletions

View file

@ -26,7 +26,7 @@
@endforeach
</div>
{{ $items->links() }}
{{ $items->links('templates.pagination') }}
@include('templates.bio')
@stop