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

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