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