{{-- General Information --}}

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

@include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($landingComponent) ? $landingComponent : null, 'withoutReloadLocale' => false, 'extraClass' => '' ])

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

{{-- End Col --}}
{{-- Features --}}
@if(!empty($contents) and !empty($contents['features_cards']) and count($contents['features_cards'])) @foreach($contents['features_cards'] as $sKey => $itemData) @if($sKey != 'record') @include('landingBuilder.admin.components.manage.features_4x.feature',['itemKey' => $sKey, 'featureItemData' => $itemData]) @endif @endforeach @endif
{{-- End Col --}}
{{-- End Row --}}
@include('landingBuilder.admin.components.manage.features_4x.feature')