{{-- General Information --}}

{{ trans('update.general_information') }}

@include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($landingComponent) ? $landingComponent : null, 'withoutReloadLocale' => false, 'extraClass' => '' ])
{{-- Main Content --}}

{{ trans('update.main_content') }}

{{-- End Col --}}
{{-- Instructors --}}
@if(!empty($contents) and !empty($contents['specific_links']) and count($contents['specific_links'])) @foreach($contents['specific_links'] as $sKey => $itemData) @if($sKey != 'record') @include('landingBuilder.admin.components.manage.boxed_cta_full_width.link',['itemKey' => $sKey, 'linkData' => $itemData]) @endif @endforeach @endif
{{-- End Col --}}
{{-- End Row --}}