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