@foreach (getSocialLink($vcard) as $value)
{!! $value !!}
@endforeach
@endif
{{-- custom link section --}}
--}}
{{-- --}}
{{-- @if ($vcard->socialLink->facebook) --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->instagram) --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->twitter) --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->pinterest) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->reddit) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->youtube) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->tumblr) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->linkedin) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->whatsapp) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->tiktok) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{-- @if ($vcard->socialLink->website) --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- @endif --}}
{{--
--}}
{{-- @endif --}}
@if ($vcard->enable_contact)
@if (!empty($userSetting['ask_details_before_downloading_contact']) && $userSetting['ask_details_before_downloading_contact'] == 1)
{{ __('messages.setting.add_contact') }}
@else
{{ __('messages.setting.add_contact') }}
@endif
@endif
@include('vcardTemplates.contact-request')