How to show back of card to other players but only show face or front of the card to owner?

Options
So I have a real-time card game of up to four players with a photon view and photon transform view attached to each card (52 cards) while also serializing when the front or back of the card is visible. But the thing is, how would I show the back of a card to the other players and only show the front to the owner without it syncing with all users.

I've not fully implemented the idea but I think that is one problem I'm going to run into, so if anyone could describe how they implemented their or have any ideas how I could do it, I would appreciate it a lot.