![user thumb]()
@if (is_array($prefs) && in_array('Share vCard', $prefs))
@endif
{{$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('Add to Contact', $prefs)))
{{$keywords["Add_to_Contact"] ?? "Add to Contact"}}
@endif
@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 (is_array($prefs) && in_array('Information', $prefs))
@endif
@if (is_array($prefs) && in_array('About Us', $prefs))
@endif
@if (is_array($prefs) && in_array('Services', $prefs))
@endif
@if (is_array($prefs) && in_array('Projects', $prefs))
@endif
@if (is_array($prefs) && in_array('Video', $prefs))
@endif
@if (is_array($prefs) && in_array('Testimonials', $prefs))
@endif