{{$vcard->name}}
{{$vcard->occupation}}
{{$vcard->introduction}}
@if (!empty($vcard->phone) && (is_array($prefs) && in_array('Call', $prefs)))
{{$keywords["Call"] ?? "Call"}}
@endif
@if (!empty($vcard->phone) && (is_array($prefs) && in_array('Whatsapp', $prefs)))
{{$keywords["Whatsapp"] ?? "Whatsapp"}}
@endif
@if (!empty($vcard->email) && (is_array($prefs) && in_array('Mail', $prefs)))
{{$keywords["Mail"] ?? "Mail"}}
@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
@if (is_array($prefs) && in_array('Information', $prefs))
@if (!empty($vcard->phone))
@endif
@if (!empty($vcard->email))
@endif
@if (!empty($vcard->address))
@endif
@if (!empty($vcard->website_url))
@endif
@foreach ($infos as $info)
@endforeach
@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
@if (is_array($prefs) && in_array('Enquiry Form', $prefs))
@endif