{{ $product->name() }}
{{ __('From') }}{{ format_price($product->front_sale_price_with_taxes) }}
{{ format_price($product->front_sale_price_with_taxes) }} @if($product->isOnSale()) {{ format_price($product->price_with_taxes) }} @endif

{{ $product->name() }}

{!! BaseHelper::clean($product->trans('description')) !!}

{!! BaseHelper::clean(__('Remains until the
end of the offer')) !!}