@forelse ($currencies as $index => $currency) @empty @endforelse
{{ __('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') {{ __('Active') }} @else {{ __('Inactive') }} @endif @if ($currency->id != 1) @endif