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

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