{{ __('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 |
|