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