{{-- 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 --}}
{{-- Featured Courses --}}
@if(!empty($contents) and !empty($contents['featured_courses']) and count($contents['featured_courses'])) @foreach($contents['featured_courses'] as $sKey => $featuredData) @if($sKey != 'record') @include('landingBuilder.admin.components.manage.featured_courses.featured_item',['itemKey' => $sKey, 'featuredCourse' => $featuredData]) @endif @endforeach @endif
{{-- End Col --}}
{{-- End Row --}}