name)){$buttonName = $button->name;}else{$buttonName = 0;} ?>
{{-- @php
$vcard = new VCard($link_url);
$prefix = $vcard->getPrefix();
$firstName = $vcard->getFirstName();
$middleName = $vcard->getMiddleName();
$lastName = $vcard->getLastName();
$suffix = $vcard->getSuffix();
$organization = $vcard->getOrganization();
$title = $vcard->getTitle();
$role = $vcard->getRole();
$workUrl = $vcard->getUrl();
$email = $vcard->getEmail();
$workEmail = $vcard->getWorkEmail();
$homePhone = $vcard->getHomePhone();
$workPhone = $vcard->getWorkPhone();
$cellPhone = $vcard->getCellPhone();
$homeAddressLabel = $vcard->getHomeAddressLabel();
$homeAddressStreet = $vcard->getHomeAddressStreet();
$homeAddressCity = $vcard->getHomeAddressCity();
$homeAddressState = $vcard->getHomeAddressRegion();
$homeAddressZip = $vcard->getHomeAddressPostalCode();
$homeAddressCountry = $vcard->getHomeAddressCountry();
$workAddressLabel = $vcard->getWorkAddressLabel();
$workAddressStreet = $vcard->getWorkAddressStreet();
$workAddressCity = $vcard->getWorkAddressCity();
$workAddressState = $vcard->getWorkAddressRegion();
$workAddressZip = $vcard->getWorkAddressPostalCode();
$workAddressCountry = $vcard->getWorkAddressCountry();
@endphp --}}
Leave blank for default title
{{$link_url}}