@adminCan('currency.create')
@endadminCan
@if (checkAdminHasPermission('currency.edit') || checkAdminHasPermission('currency.delete')) @endif @forelse ($currencies as $index => $currency) @if (checkAdminHasPermission('currency.edit') || checkAdminHasPermission('currency.delete')) @endif @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 @adminCan('currency.edit') @endadminCan @adminCan('currency.delete') @if ($currency->id != 1) @endif @endadminCan