@yield('page_name')
{{ __('messages.vcard_11.get_in_touch') }} {{-- --}} @if (!empty($userSetting['enable_affiliation'])) @endif @if ($vcard->language_enable == \App\Models\Vcard::LANGUAGE_ENABLE) @endif @php $shareUrl = $vcardUrl; @endphp
@if (checkFeature('social_links') && isset($vcard->socialLink) && getSocialLink($vcard)) @endif
@if ($vcard->enable_contact) @endif
@if (checkFeature('social_links') && isset($vcard->socialLink) && getSocialLink($vcard))
@foreach (getSocialLink($vcard) as $value) @endforeach
@endif {{-- custom link section --}} {{-- End custom link section --}} {{-- @if (checkFeature('social_links') && $vcard->socialLink) --}} {{--
--}} {{-- --}} {{-- @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')