Player Hand: {{ playerHand.length }} cards
Opponent Hand: {{ opponentHand.length }} cards
Cards Remaining: {{ cardsRemaining }}
Dealing: {{ isDealing ? 'Yes' : 'No' }}
Next Recipient: {{ nextRecipient }}