@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(!empty($webinar->getCourcePrice()) and $webinar->getCourcePrice() > 0)
@if($webinar->bestTicket() < $webinar->getCourcePrice())
{{ handlePrice($webinar->getCourcePrice()) }}
{{ handlePrice($webinar->bestTicket()) }}
@else
{{ handlePrice($webinar->getCourcePrice()) }}
@endif
@else
{{ trans('public.free') }}
@endif