{{-- 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') }}
{{-- Links --}}
@if(!empty($contents) and !empty($contents['specific_banners']) and count($contents['specific_banners']))
@foreach($contents['specific_banners'] as $sKey => $itemData)
@if($sKey != 'record')
@include('landingBuilder.admin.components.manage.linked_images_3x.card',['itemKey' => $sKey, 'informationData' => $itemData])
@endif
@endforeach
@endif