| {t('payments.payment_attributes.date')} | ++ {t('payments.payment_attributes.description')} + | +{t('payments.payment_attributes.status')} | +{t('payments.payment_attributes.amount')} | +
|---|---|---|---|
| {new Date(payment.created_at).toLocaleDateString("en-US", { + year: "numeric", + month: "2-digit", + day: "2-digit"} + )} + | +{payment.description} | +{payment.status} | +{`$${(payment.total_in_cents / 100).toFixed(2)}`} | +