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

@if(!empty($product->category)) {{ trans('public.in') }} {{ $product->category->title }} @endif @include('web.default.includes.webinar.rate',['rate' => $product->getRate()])
@if(!empty($isRewardProducts) and !empty($product->point)) {{ $product->point }} {{ trans('update.points') }} @elseif($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