@if(empty($chapter))
{{ trans('update.new_course_chapter') }}
{{ trans('update.create_a_new_section_and_include_different_materials') }}
@endif
{{----}}
@include('design_1.panel.includes.locale.locale_select',[
'itemRow' => !empty($chapter) ? $chapter : null,
'withoutReloadLocale' => true,
'extraClass' => 'js-webinar-content-locale',
'extraData' => "data-webinar-id='".(!empty($chapter) ? $chapter->webinar_id : '')."' data-id='".(!empty($chapter) ? $chapter->id : '')."' data-relation='chapters' data-fields='title'"
])
@if(getFeaturesSettings('sequence_content_status'))
@endif