[ 'code' => $currency->getCurrencyCode(), 'name' => $currency->getName(), 'symbol' => $currencyService->getCurrencySymbol($currency->getCurrencyCode()), ], ISOCurrencyProvider::getInstance()->getAvailableCurrencies() )); return response()->json($currencies); } }