@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