@push('styles_top') @endpush

{{ trans('update.taxonomy') }}

@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' : '') }}>
@endforeach
@endforeach @endif
{{-- Course Options --}}

{{ trans('update.course_options') }}

@error('capacity')
{{ $message }}
@enderror

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

@if($webinar->isWebinar())
@error('start_date')
{{ $message }}
@enderror
@endif
{{ trans('public.minutes') }} @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' : '' }}>

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

@endif
support) ? 'checked' : '' }}>
@if(!empty(getCertificateMainSettings("status")))
certificate) ? 'checked' : '' }}>

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

@endif
downloadable) ? 'checked' : '' }}>
partner_instructor) ? 'checked' : '' }}>
{{ trans('admin/main.invited_instructor_hint') }}
@error('partners')
{{ $message }}
@enderror
@push('scripts_bottom') @endpush