 ? asset('assets/front/img/user/vcard/' . $vcard->profile_image) : asset('assets/front/img/user/blank_propic.png')}})
{{$vcard->name}}
@if (!empty($vcard->occupation)) {{$vcard->occupation}} @if (!empty($vcard->company)) ({{$vcard->company}}) @endif @endif{{$vcard->introduction}}
@if (!empty($vcard->phone) && (is_array($prefs) && in_array('Call', $prefs)))
@endif
@if (!empty($vcard->phone) && (is_array($prefs) && in_array('Whatsapp', $prefs)))
@endif
@if (!empty($vcard->email) && (is_array($prefs) && in_array('Mail', $prefs)))
@endif
@if (!empty($vcard->phone) && (is_array($prefs) && in_array('Add to Contact', $prefs)))
{{$keywords["Add_to_Contact"] ?? "Add to Contact"}}
@endif
@if (is_array($prefs) && in_array('Share vCard', $prefs))
{{$keywords["Share_vCard"] ?? "Share vCard"}}
@endif