= htmlspecialchars($contact['id']) ?> |
= htmlspecialchars($contact['first_name']) ?> |
= htmlspecialchars($contact['last_name'] ?? '') ?> |
= htmlspecialchars($contact['email'] ?? '') ?> |
= htmlspecialchars($contact['phone'] ?? '') ?> |
= htmlspecialchars($contact['alternate_phone'] ?? '') ?> |
= htmlspecialchars($contact['address'] ?? '') ?> |
= htmlspecialchars($contact['city'] ?? '') ?> |
= htmlspecialchars($contact['province'] ?? '') ?> |
= htmlspecialchars($contact['postal_code'] ?? '') ?> |
= htmlspecialchars($contact['country'] ?? '') ?> |
= htmlspecialchars($contact['organization'] ?? '') ?> |
= htmlspecialchars($contact['designation'] ?? '') ?> |
= htmlspecialchars($contact['role']) ?> |
= htmlspecialchars($contact['date_of_birth'] ?? '') ?> |
= htmlspecialchars($contact['notes'] ?? '') ?> |
= htmlspecialchars($contact['created_at'] ?? '') ?> |
= htmlspecialchars($contact['updated_at'] ?? '') ?> |