<ScrollView>
<ChangeLogComment style={styles.changeLogContainer} />
<View style={styles.line} />
<Totals
style={styles.zRead}
logo={<Zread width={24} height={24} />}
title={TextContent.headings.zRead}
type
cash="€2.355,00"
/>
<View style={styles.totalsGroup}>
<Totals
logo={<CreditCard width={24} height={24} />}
title={TextContent.headings.creditCardTotal}
cash="€999,50"
/>
<Totals
logo={<CashTotals width={24} height={24} />}
title={TextContent.headings.cashTotal}
cash="€1.100,25"
/>
<Totals
logo={<Voucher width={24} height={24} />}
title={TextContent.headings.voucher}
cash="€115,00"
/>
</View>
<View style={styles.totalsGroup}>
<Totals
logo={<PettyCash width={24} height={24} />}
title={TextContent.headings.cashTotal}
cash="€1.100,25"
/>
<Totals
logo={<Voucher width={24} height={24} />}
title={TextContent.headings.voucher}
cash="€115,00"
/>
</View>
</ScrollView>