{{-- @if ($webinar->bestTicket() < $webinar->price) {{ trans('public.offer',['off' => $webinar->bestTicket(true)['percent']]) }} @elseif(empty($isFeature) and !empty($webinar->feature)) {{ trans('home.featured') }} @elseif($webinar->type == 'webinar') @if ($webinar->start_date > time()) {{ trans('panel.not_conducted') }} @elseif($webinar->isProgressing()) {{ trans('webinars.in_progress') }} @else {{ trans('public.finished') }} @endif @else --}} {{-- {{ $webinar->getPercentage() }} --}} {{-- @endif --}} {{ $webinar->title }} @if ($webinar->type == 'webinar')
@endif

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

{{-- @if (!empty($webinar->category)) {{ trans('public.in') }} {{ $webinar->category->title }} @endif --}} @include(getTemplate() . '.includes.webinar.rate', ['rate' => $webinar->getRate()])
{{--
{{ convertMinutesToHourAndMinute($webinar->duration) }} {{ trans('home.hours') }}
--}} {{--
{{ dateTimeFormat(!empty($webinar->start_date) ? $webinar->start_date : $webinar->created_at,'j M Y') }}
--}}
@if ($webinar->getCourcePrice() > 0) @if (!empty($isRewardCourses) and !empty($webinar->points)) {{ $webinar->points }} {{ trans('update.points') }} @elseif(!empty($webinar->getPrice()) and $webinar->getPrice() > 0) @if ($webinar->bestTicket() < $webinar->price) {{ handlePrice($webinar->bestTicket()) }} {{ handlePrice($webinar->price) }} @else @if ($webinar->getPrice() > 0 && $webinar->getDiscountPrice() > 0) {{ handlePrice($webinar->getDiscountPrice()) }} {{ handlePrice($webinar->getPrice()) }} @else {{ handlePrice($webinar->getPrice()) }} @endif @endif @elseif($webinar->getPrice() < 0 || is_null($webinar->getPrice())) {{ handlePrice($webinar->getDiscountPrice()) }} @else {{ trans('public.free') }} @endif @else {{ trans('public.free') }} @endif