📞 Appels
{{ totalCalls }}
✉️ Emails
{{ totalEmails }}
🤝 Réunions
{{ totalMeetings }}
@for (communication of communications(); track communication.id) {
@if (communication.calling) {
}
}
@for (communication of communications(); track communication.id) {
@if (communication.email) {
}
}
@for (communication of communications(); track communication.id) {
@if (communication.meeting) {
}
}