{{ $totalCount }}
{{ __('Total Currencies') }}
{{ $activeCount }}
{{ __('Active Currencies') }}
{{ $totalCount - $activeCount }}
{{ __('Inactive Currencies') }}
{{ __('Currencies') }}
{{ __('Manage the currencies and exchange rates for your application.') }}
{{ __('Currency Directory') }}
{{ __('Showing') }} {{ $currencies->count() }} {{ __('of') }} {{ $currencies->total() }} {{ __('currencies.') }}
| {{ __('Symbol') }} | {{ __('Code') }} | {{ __('Name') }} | {{ __('Exchange Rate') }} | {{ __('Position') }} | {{ __('Decimal') }} | {{ __('Status') }} | {{ __('Default') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $currency->symbol }} | {{ $currency->code }} | {{ $currency->name }} | {{ number_format((float) $currency->exchange_rate, 6) }} | @if($currency->symbol_position === 'before') {{ __('Before') }} @else {{ __('After') }} @endif | {{ $currency->decimal_digits }} {{ __('digits') }} | @if($currency->is_default) {{ __('Default') }} @else @endif |
@unless($currency->is_default)
@endunless
|
|
| {{ __('No currencies found.') }} | ||||||||