{{-- General Information --}}

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

@include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($landingComponent) ? $landingComponent : null, 'withoutReloadLocale' => false, 'extraClass' => '' ])
{{-- End Col --}}
{{-- Title Items --}}
@if(!empty($contents) and !empty($contents['title_items']) and count($contents['title_items'])) @foreach($contents['title_items'] as $sKey => $itemData) @if($sKey != 'record') @include('landingBuilder.admin.components.manage.links_and_titles_slider_2_rows.item_card',['itemKey' => $sKey, 'titleItem' => $itemData]) @endif @endforeach @endif
{{-- End Col --}}
{{-- End Row --}}
@include('landingBuilder.admin.components.manage.links_and_titles_slider_2_rows.item_card')