help wantedtype:enhancement
Description
- Laravel Version: 5.4
- Voyager Version: 1.06
- PHP Version: 7.0
- Database Driver & Version: MySQL (It doesn't matter)
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?