Payouts

@if (slotInfo(); as info) { @for (item of info | keyvalue; track item.key) { }
{{ item.key }} {{ item.value }}
}
@for (row of slotResult().resultMatrix; track $index) { @for (cell of row; track $index) {
{{ cell }}
} }

Game result: {{ slotResult().status | uppercase }}

Amount: {{ slotResult().amount }}