{{ !empty($textLesson) ? $textLesson->title . ($textLesson->accessibility == 'free' ? " (". trans('public.free') .")" : '') : trans('public.add_new_test_lesson') }}
@if(!empty($textLesson))
@if($textLesson->status != \App\Models\WebinarChapter::$chapterActive)
{{ trans('public.disabled') }}
@endif
@endif
@include('design_1.panel.includes.locale.locale_select',[
'itemRow' => !empty($textLesson) ? $textLesson : null,
'withoutReloadLocale' => true,
'extraClass' => 'js-webinar-content-locale',
'extraData' => "data-webinar-id='".(!empty($webinar) ? $webinar->id : '')."' data-id='".(!empty($textLesson) ? $textLesson->id : '')."' data-relation='textLessons' data-fields='title,summary,content'"
])
@if(!empty($textLesson))
@else
@endif
@if(getFeaturesSettings('sequence_content_status'))
@endif
@if(empty($textLesson))
@endif