The following code will output something like MYR 1,476.00
. How can I have it to output RM 1,476.00
?
TablesColumnsTextColumn::make('total_sales')
->summarize(Sum::make()->money("myr"))
The following code will output something like MYR 1,476.00
. How can I have it to output RM 1,476.00
?
TablesColumnsTextColumn::make('total_sales')
->summarize(Sum::make()->money("myr"))