@if (!empty($webinar->category))
{{ trans('public.in') }} {{ $webinar->category->title }}
@endif
{{ convertMinutesToHourAndMinute($webinar->duration) }}
{{ trans('home.hours') }}
-
All Levels
This is an example short description of the course. Keep it about this length.
This is course sub-description 1 . Keep it about this length, or not. The container is responsive.
This is course sub-description 2. Keep it about this length, or not. The container is responsive.
This is course sub-description 3. Keep it about this length, or not. The container is responsive.
@if (!$canSale and $webinar->canJoinToWaitlist())
@elseif($hasBought or !empty($webinar->getInstallmentOrder()))
{{ trans('update.go_to_learning_page') }}
@elseif(!empty($webinar->price) and $webinar->price > 0)
@if ($canSale and !empty(getFeaturesSettings('direct_classes_payment_button_status')))
@endif
@if (!empty($installments) and count($installments) and getInstallmentsSettings('display_installment_button'))
{{ trans('update.pay_with_installments') }}
@endif
@else
@if (!$canSale)
@if ($webinar->checkCapacityReached())
{{ trans('update.capacity_reached') }}
@else
{{ trans('public.disabled') }}
@endif
@else
{{ trans('public.enroll_on_webinar') }}
@endif
@endif
{{-- @if ($canSale and $webinar->subscribe)
{{ trans('public.subscribe') }}
@endif --}}