{{ !empty($textLesson) ? $textLesson->title . ($textLesson->accessibility == 'free' ? " (". trans('public.free') .")" : '') : trans('public.add_new_test_lesson') }}
@if(!empty($textLesson) and $textLesson->status != \App\Models\WebinarChapter::$chapterActive)
{{ trans('public.disabled') }}
@endif
@if(!empty($textLesson))
@endif
@if(!empty($textLesson))
@endif