Pagination Fixed

This commit is contained in:
devansh bawari 2020-10-08 17:27:57 +05:30
parent b8c2b4335e
commit 06857d85a7
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
{!! view_render_event('bagisto.shop.customers.account.wishlist.list.before', ['wishlist' => $items]) !!}
<div class="account-items-list row wishlist-container">
<div class="wishlist-container">
@if ($items->count())
@foreach ($items as $item)
@ -48,7 +48,7 @@
])
@endforeach
<div class="bottom-toolbar">
<div>
{{ $items->links() }}
</div>
@else