@extends('layouts.back-end.app') @section('title', translate('currency')) @section('content')
{{translate('SL')}} | {{translate('currency_name')}} | {{translate('currency_symbol')}} | {{translate('currency_code')}} | @if($currencyModel['value']=='multi_currency'){{translate('exchange_rate')}} ({{'1'.' '. getCurrencyCode(type: 'default').' '.'='.'?' }}) | @endif{{translate('status')}} | {{translate('action')}} |
---|---|---|---|---|---|---|
{{$currencies->firstitem()+ $key }} | {{$currency->name}} | {{$currency->symbol}} | {{$currency->code}} | @if($currencyModel['value']=='multi_currency'){{$currency->exchange_rate}} | @endif@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 |