{{ __('Currency List') }}

{{ __('admin.Add New') }}
@foreach ($currencies as $index => $currency) @endforeach
{{ __('SN') }} {{ __('Currency') }} {{ __('Country Code') }} {{ __('Currency Code') }} {{ __('Currency Icon') }} {{ __('Currency Rate') }} {{ __('Default') }} {{ __('Status') }} {{ __('Action') }}
{{ ++$index }} {{ $currency->currency_name }} {{ $currency->country_code }} {{ $currency->currency_code }} {{ $currency->currency_icon }} {{ $currency->currency_rate }} @if ($currency->is_default == 'yes') {{ __('Default') }} @else {{ __('No') }} @endif @if ($currency->status == 'active') {{ __('admin.Active') }} @else {{ __('admin.In-active') }} @endif @if ($currency->id != 1) @endif