@if($webinar->isWebinar())
@endif
@if($webinar->isWebinar() and getFeaturesSettings('timezone_in_create_webinar'))
@php
$selectedTimezone = getGeneralSettings('default_time_zone');
if (!empty($webinar->timezone)) {
$selectedTimezone = $webinar->timezone;
} elseif (!empty($authUser) and !empty($authUser->timezone)) {
$selectedTimezone = $authUser->timezone;
}
@endphp
@endif
@if(!empty(getFeaturesSettings("course_forum_status")))
- {{ trans('update.panel_course_forum_hint') }}
@endif
- {{ trans('update.certificate_completion_hint') }}