thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

How to formmat numbers with JSON bread #3326

Open guillermoprojaslema opened 6 years ago

guillermoprojaslema commented 6 years ago

Description:

//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?

emptynick commented 5 years ago

Thats currently not possible. We are open for PRs though.

ShenLoong99 commented 3 years ago

Is it still possible? I have the same issue...