| {{ __('Image') }} | {{ __('Product') }} | {{ __('Price') }} | |
|---|---|---|---|
|
|
{{ $item->name }} |
{{ format_price($item->front_sale_price_with_taxes) }}
@if ($item->front_sale_price != $item->price)
|
{{ __('Remove') }} |
{{ __('No item in wishlist!') }}
@endif @else @if (Cart::instance('wishlist')->count())| {{ __('Image') }} | {{ __('Product') }} | {{ __('Price') }} | |
|---|---|---|---|
|
|
{{ $item->name }} |
{{ format_price($item->front_sale_price_with_taxes) }}
@if ($item->front_sale_price != $item->price)
|
{{ __('Remove') }} |
{{ __('No item in wishlist!') }}
@endif @endif