laravel-money
laravel-money copied to clipboard
Positioning the 'thousands_separator' correctly.
Hi,
Is there a way to position the thousands_separator correctly.
Like take this example
If I do this @money('12000000', 'USD') it groups the number correctly $120,000.00
as per the US Dollar format
However this shows the value incorrectly.
If I do this @money('12000000', 'INR')
It groups the numbers incorrectly ₹120,000.00
instead of ₹1,20,000.00
as per INR format
Also, how do I show the number format like this $120,000.00 USD
or ₹1,20,000.00 INR
refer this link
I know it's been a while but if you still need help check this post out.
https://github.com/akaunting/laravel-money/issues/85#issuecomment-1598079213
Let me know if you need any help.