{{-- General Information --}}

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

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

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

{{-- End Col --}}
{{-- FAQ Items --}}
@if(!empty($contents) and !empty($contents['faq_items']) and count($contents['faq_items'])) @foreach($contents['faq_items'] as $sKey => $itemData) @if($sKey != 'record') @include('landingBuilder.admin.components.manage.faq_6_col.faq_item',['itemKey' => $sKey, 'faqItemData' => $itemData]) @endif @endforeach @endif
{{-- End Col --}}
{{-- End Row --}}
@include('landingBuilder.admin.components.manage.faq_6_col.faq_item')