{t('guests.manage')}
| {t('guests.name')} | {t('guests.email')} | {t('guests.phone')} | {t('guests.city')} | {t('guests.country')} |
|---|---|---|---|---|
| {String(guest.last_name ?? '')},{' '} {String(guest.first_name ?? '')} | {String(guest.email ?? '—')} | {String(guest.phone ?? '—')} | {String(guest.city ?? '—')} | {String(guest.country ?? '—')} |