@push('styles_top') @endpush
@error('capacity')
{{ $message }}
@enderror

{{ trans('forms.empty_means_unlimited') }}

@if($webinar->isWebinar())
@error('start_date')
{{ $message }}
@enderror
@endif
@error('duration')
{{ $message }}
@enderror
@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
@error('timezone')
{{ $message }}
@enderror
@endif @if(!empty(getFeaturesSettings("course_forum_status")))
forum ? 'checked' : (old('forum') ? 'checked' : '') }}>

- {{ trans('update.panel_course_forum_hint') }}

@endif
support) or old('support') == 'on') ? 'checked' : '' }}>
certificate) or old('certificate') == 'on') ? 'checked' : '' }}>

- {{ trans('update.certificate_completion_hint') }}

downloadable) or old('downloadable') == 'on') ? 'checked' : '' }}>
partner_instructor) or old('partner_instructor') == 'on') ? 'checked' : '' }}>
{{ trans('admin/main.invited_instructor_hint') }}
@error('partners')
{{ $message }}
@enderror
@error('category_id')
{{ $message }}
@enderror
{{ trans('public.category_filters') }}
@if(!empty($webinarCategoryFilters) and count($webinarCategoryFilters)) @foreach($webinarCategoryFilters as $filter)
{{ $filter->title }}
@php $webinarFilterOptions = $webinar->filterOptions->pluck('filter_option_id')->toArray(); if (!empty(old('filters'))) { $webinarFilterOptions = array_merge($webinarFilterOptions, old('filters')); } @endphp @foreach($filter->options as $option)
id, $webinarFilterOptions)) ? 'checked' : '') }} class="custom-control-input" id="filterOptions{{ $option->id }}">
@endforeach
@endforeach @endif
@push('scripts_bottom') @endpush