@extends('layouts.back-end.app') @section('title', translate('currency')) @section('content')

{{translate('system_Setup')}}

@include('admin-views.business-settings.system-settings-inline-menu')
{{translate('default-currency_setup')}}
@csrf
{{translate('add_currency')}}
@csrf
@if($currencyModel['value']=='multi_currency')
@endif
@if($currencyModel['value']=='multi_currency') @endif @foreach($currencies as $key =>$currency) @if($currencyModel['value']=='multi_currency') @endif @endforeach
{{translate('SL')}} {{translate('currency_name')}} {{translate('currency_symbol')}} {{translate('currency_code')}}{{translate('exchange_rate')}} ({{'1'.' '. getCurrencyCode(type: 'default').' '.'='.'?' }}) {{translate('status')}} {{translate('action')}}
{{$currencies->firstitem()+ $key }} {{$currency->name}} {{$currency->symbol}} {{$currency->code}}{{$currency->exchange_rate}} @if($default['value'] != $currency->id) @if(($currency->status == 0) || ($currency->status == 1 && ($digitalPaymentStatus ? $currency->must_required_for_gateway != 1 : 1))) @include("admin-views.currency._status-button-partial") @else @endif @else @endif
@if($currency->code != 'USD') @else @endif
@foreach($currencies as $key => $currency) @if(!(($currency->status == 0 && $currency->total_supported_gateway > 0) || ($currency->status == 1 && $currency->must_required_for_gateway != 1))) @endif @endforeach
{{$currencies->links()}}
@if(count($currencies)==0) @include('layouts.back-end._empty-state',['text'=>'no_currency_found'],['image'=>'default']) @endif
@endsection @push('script') @endpush