{{ clean($product->title, 'title') }}
{{ clean($product->title,'title') }}
@if(!empty($product->category)) {{ $product->category->title }} @endif @include('web.default.includes.webinar.rate', ['rate' => $product->getRate(), 'className' => 'mt-0'])
@if(!empty($product->price) && $product->price > 0) {{ handlePrice($product->getPriceWithActiveDiscountPrice()) }} @if($product->getPriceWithActiveDiscountPrice() < $product->price) {{ handlePrice($product->price) }} @endif @else {{ trans('public.free') }} @endif
@if(!empty($product->summary))

{{ strip_tags(\Illuminate\Support\Str::limit($product->summary, 220)) }}

@endif
{{ trans('update.catalog_view_detail') }} @if($product->getAvailability() > 0) @endif