I would like to display the currency symbol depending the locale
<p>Every {{ $n(null, 'currency') }} you invest</p>
I would like to display
<p>Every $ you invest</p>
or
<p>Every £ you invest</p>
ect...
and have a way to display the name as well:
<p>Every dollar you invest</p>