{{ clean($product->title, 'title') }}

@if($product->getRate()) @include('web.default.includes.webinar.rate',['rate' => $product->getRate()]) @endif
@if(!empty($product->price) and $product->price > 0) @if($product->getPriceWithActiveDiscountPrice() < $product->price) {{ handlePrice($product->getPriceWithActiveDiscountPrice(), true, true, false, null, true, 'store') }} {{ handlePrice($product->price, true, true, false, null, true, 'store') }} @else {{ handlePrice($product->price, true, true, false, null, true, 'store') }} @endif @else {{ trans('public.free') }} @endif