{{ __('Preview') }} |
| |||
{{ __('Name') }} |
{{ $product->name }} | |||
{{ __('Price') }} |
{{ format_price($product->front_sale_price_with_taxes) }}@if ($product->front_sale_price !== $product->price) | |||
{{ __('Rating') }} | @if ($product->reviews_count) | @endif|||
{{ __('Description') }} |
{!! BaseHelper::clean($product->description) !!} | |||
{{ $attributeSet->title }} | {{ $attributes->pluck('title')->implode(', ') }} |
|
| — |
{{ __('Buy now') }} | {{ __('Add To Cart') }} | |||
{{ __('Remove') }} |
{{ __('No products in compare list!') }}
@endif