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

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

--}}
@if ($webinar->isWebinar())
@error('start_date')
{{ $message }}
@enderror
@endif
@error('category_id')
{{ $message }}
@enderror
@error('duration')
{{ $message }}
@enderror
{{ trans('public.category_filters') }}
@if (!empty($webinarCategoryFilters) && 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="form-check-input me-2" id="filterOptions{{ $option->id }}">
@endforeach
@endforeach @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
@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' : '' }}>
@if (!empty(getCertificateMainSettings('status')))
certificate or old('certificate') == 'on') ? 'checked' : '' }}>

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

@include('admin.certificates.certificate_template_selection')
@endif
{{ trans('admin/main.invited_instructor_hint') }}
@error('partners')
{{ $message }}
@enderror
@push('scripts_bottom') @endpush