{{-- General Information --}}
{{ trans('update.general_information') }}
@include('design_1.panel.includes.locale.locale_select',[
'itemRow' => !empty($landingComponent) ? $landingComponent : null,
'withoutReloadLocale' => false,
'extraClass' => ''
])
{{ trans('update.section_title') }}
@if(!empty($contents) and !empty($contents['course_tabs_content']) and count($contents['course_tabs_content']))
@foreach($contents['course_tabs_content'] as $sKey => $tabContentDataRow)
@if($sKey != 'record')
@include('landingBuilder.admin.components.manage.multi_tab_courses.course_tabs_content',['itemKey' => $sKey, 'tabContentData' => $tabContentDataRow])
@endif
@endforeach
@endif