@include('admin.application_settings.sidebar')
{{ __('Currency') }}
@foreach($currencies as $currency)
@endforeach
{{__('SL')}} | {{__('Currency Code')}} | {{__('Symbol')}} | {{__('Currency Placement')}} | {{__('Action')}} |
---|---|---|---|---|
{{ $loop->iteration }} | {{$currency->currency_code}} {{ @$currency->current_currency == 'on' ? '(Current Currency)' : '' }} | {{@$currency->symbol}} | @if($currency->currency_placement == 'before') {{ __('Before Amount') }} @elseif($currency->currency_placement == 'after') {{ __('After Amount') }} @endif |