@lang('modules.currencySettings.currencyName') @lang('modules.currencySettings.currencySymbol') @lang('modules.currencySettings.currencyCode') @lang('modules.currencySettings.exchangeRate') @lang('app.action') @forelse($currencies as $key => $currency) {{ ucwords($currency->currency_name) }} @if ($global->currency_id == $currency->id) @endif {{ $currency->currency_symbol }} {{ $currency->currency_code }} {{ !is_null($currency->exchange_rate) ? $currency->exchange_rate : '--' }} @if ($global->currency_id != $currency->id) @endif @empty @endforelse