I would like to get the currency symbol for an ISO-3 string in Laravel 8.x.
Example:
$iso_code = \'EUR\'; $symbol = convertToSymbolFunction(\'EUR\');