{{-- General Information --}}
{{ trans('update.general_information') }}
@include('design_1.panel.includes.locale.locale_select',[
'itemRow' => !empty($footerItem) ? $footerItem : null,
'withoutReloadLocale' => false,
'extraClass' => ''
])
{{-- Main Content --}}
{{ trans('update.main_content') }}
{{-- links --}}
@if(!empty($contents) and !empty($contents['specific_links']) and count($contents['specific_links']))
@foreach($contents['specific_links'] as $sKey => $footerLinkItemData)
@if($sKey != 'record')
@include('admin.theme.footers.components.footer_2.link_item',['inputNamePrefix' => "contents[specific_links][{$sKey}]", 'footerLinkData' => $footerLinkItemData])
@endif
@endforeach
@endif
{{-- Bottom --}}
{{ trans('update.bottom') }}
@php
$socials = getSocials();
if (!empty($socials) and count($socials)) {
$socials = collect($socials)->sortBy('order')->toArray();
}
@endphp