Details
@if (chat.contact.details.emails.length) {
Email
{{ chat.contact.details.emails[0].email }}
}
@if (chat.contact.details.phoneNumbers.length) {
Phone number
{{
chat.contact.details.phoneNumbers[0].phoneNumber
}}
}
@if (chat.contact.details.title) {
Title
{{ chat.contact.details.title }}
}
@if (chat.contact.details.company) {
Company
{{ chat.contact.details.company }}
}
@if (chat.contact.details.birthday) {
Birthday
{{ chat.contact.details.birthday }}
}
@if (chat.contact.details.address) {
Address
{{ chat.contact.details.address }}
}