@php // Get the social links from the config if exists, otherwise set to null $socialPlatforms = core()->getConfigData('general.settings.social-media') ?? null; $socialPlatforms = json_decode($socialPlatforms, true); @endphp
@if ($socialPlatforms || core()->getConfigData('store_details.settings.newsletter.subscription')) @include('shop::layouts.footer.social-media') @endif