{{ $currency->currency_name }}
@if (global_setting()->currency_id == $currency->id)
@endif
|
{{ $currency->currency_symbol }} |
{{ $currency->currency_code }} |
{{ !is_null($currency->exchange_rate) ? $currency->exchange_rate : '--' }}
|
{{ global_currency_format(1000, $currency->id) }} |
@if (global_setting()->currency_id != $currency->id)
@endif
|
@empty