@include('user.partials.sidebar')
@endif
{{ __('wishlists') }}
@forelse($wishlists as $item)
@php $product = $item->product; @endphp
@empty
@endforelse
@if($wishlists->hasPages())
{{ $product->source_name }}
{{ $product->createdBy?->full_name ?? '' }}
@if($product->createdBy->location) {{ $product->createdBy->location }} @endif{{ __('no_wishlists_found') }}
{{ __('showing') }}
{{ $wishlists->firstItem() }}
{{ __('to') }}
{{ $wishlists->lastItem() }}
{{ __('of') }}
{{ $wishlists->total() }}
{{ __('entries') }}
{{ $wishlists->onEachSide(2)->links('pagination::bootstrap-4') }}