{{ __('Image') }} | {{ __('Product') }} | |
---|---|---|
|
{{ $item->product->name }} | {{ __('Remove') }} |
{{ __('No item in wishlist!') }}
@endif @else @if (Cart::instance('wishlist')->count()){{ __('Image') }} | {{ __('Product') }} | |
---|---|---|
|
{{ $item->name }} | {{ __('Remove') }} |
{{ __('No item in wishlist!') }}
@endif @endif