@php // Follow Us $followUs = site_configurations('followers_section', true); @endphp @if (getTranslatedData($followUs, 'show_subscribe_followers') == 1) {{-- Follow Us Section --}} @if (getTranslatedData($followUs, 'title'))

{{ getTranslatedData($followUs, 'title') }}

@endif
{{-- Facebook --}} @if (getTranslatedData($followUs, 'facebook_url'))

Facebook @if (getTranslatedData($followUs, 'facebook_followers')) {{ getTranslatedData($followUs, 'facebook_followers') }} @endif

@endif {{-- Twitter --}} @if (getTranslatedData($followUs, 'twitter_url'))

Twitter @if (getTranslatedData($followUs, 'twitter_followers')) {{ getTranslatedData($followUs, 'twitter_followers') }} @endif

@endif {{-- Instagram --}} @if (getTranslatedData($followUs, 'instagram_url'))

Instagram @if (getTranslatedData($followUs, 'instagram_followers')) {{ getTranslatedData($followUs, 'instagram_followers') }} @endif

@endif {{-- YouTube --}} @if (getTranslatedData($followUs, 'youtube_url'))

YouTube @if (getTranslatedData($followUs, 'youtube_followers')) {{ getTranslatedData($followUs, 'youtube_followers') }} @endif

@endif {{-- LinkedIn --}} @if (getTranslatedData($followUs, 'linkedin_url'))

LinkedIn @if (getTranslatedData($followUs, 'linkedin_followers')) {{ getTranslatedData($followUs, 'linkedin_followers') }} @endif

@endif {{-- Pinterest --}} @if (getTranslatedData($followUs, 'pinterest_url'))

Pinterest @if (getTranslatedData($followUs, 'pinterest_followers')) {{ getTranslatedData($followUs, 'pinterest_followers') }} @endif

@endif {{-- Spotify --}} @if (getTranslatedData($followUs, 'spotify_url'))

Spotify @if (getTranslatedData($followUs, 'spotify_followers')) {{ getTranslatedData($followUs, 'spotify_followers') }} @endif

@endif
@endif