@if($currency->count())

{{ _t('settings.currency_settings') }}

{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@foreach($currency as $item) @endforeach
{{ _t('settings.currency') }} {{ _t('settings.code') }} {{ _t('settings.symbol') }} {{ _t('settings.exchange_rate') }} {{ _t('settings.status') }} {{ _t('settings.action') }}
{{ $item->name }} {{ $item->code }} {{ $item->symbol }} {{ $item->exchange_rate }} @if(currency()->config('default') == $item->code) @else active == 1) checked @endif value="{{ $item->code }}" name="currencyData[]"> @endif @if(currency()->config('default') != $item->code) @endif
@else {{ _t('settings.no_currency_found') }} @endif