@foreach($wishlists as $wishlist)
@if(!empty($sort))
{{ $wishlist->showPrice() }}{{ $wishlist->showPreviousPrice() }}
@else
{{ $wishlist->product->showPrice() }}{{ $wishlist->product->showPreviousPrice() }}
@endif
@endforeach
{{ $wishlists->appends(['sort' => $sort])->links() }}