I'm new at Voyager and I wanted to to format some numbers to a currency format. Normally, I'd do it like
//In a blade file
{{ $number_format($product->price, 0, ',', '.') }}
If I want to format the displayed data in a BREAD view, how should be my JSON string to achieve my purpose?