@php Theme::set('pageName', __('Wishlist')) @endphp
{{ __('Image') }} | {{ __('Product') }} | {{ __('Price') }} | {{ __('Add to cart') }} | {{ __('Remove') }} |
---|---|---|---|---|
|
{{ $item->name }} |
{{ format_price($item->front_sale_price_with_taxes) }}
@if ($item->front_sale_price != $item->price)
|
{{ __('Add to cart') }} | {{ __('Remove') }} |
{{ __('No product in wishlist!') }} | ||||
|
{{ $item->name }} |
{{ format_price($item->front_sale_price_with_taxes) }}
@if ($item->front_sale_price != $item->price)
|
{{ __('Add to cart') }} | {{ __('Remove') }} |
{{ __('No product in wishlist!') }} |