@php
$headerTopSideBarStyle = Theme::get('headerTopSideBarStyle') ?: 'style-1';
@endphp
@if (Str::startsWith($sidebar, 'header_top_sidebar'))
Theme::get('headerTopSideBarStyle') === 'style-2',
'col-lg-2' => Theme::get('headerTopSideBarStyle') !== 'style-2'
])
>
@elseif (Str::startsWith($sidebar, 'footer_bottom'))
@else
@include(Theme::getThemeNamespace('widgets.social-links.templates.partials.social-links'))
@endif