@php
// Follow Us
$followUs = site_configurations('followers_section', true);
@endphp
@if (getTranslatedData($followUs, 'show_subscribe_followers') == 1)
{{-- Follow Us Section --}}
@if (getTranslatedData($followUs, 'title'))
{{-- Facebook --}}
@if (getTranslatedData($followUs, 'facebook_url'))
Facebook
@if (getTranslatedData($followUs, 'facebook_followers'))
{{ getTranslatedData($followUs, 'facebook_followers') }}
@endif
@endif
{{-- Twitter --}}
@if (getTranslatedData($followUs, 'twitter_url'))
@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'))
@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