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