@php if (!empty($itemValue) and !is_array($itemValue)) { $itemValue = json_decode($itemValue, true); } @endphp
{{ csrf_field() }}
Paid Plugin

{{ trans('update.currencies') }}

    @foreach($currencies as $currencyItem)
  • {{ currenciesLists($currencyItem->currency) }}

    {{ trans('update.exchange_rate') }}: {{ $currencyItem->exchange_rate }}
  • @endforeach
@include('admin.settings.financial.currency_modal') @push('scripts_bottom') @endpush