@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@if(hasAccessOf('currency_settings')['is_write']) @if(!is_null($global->currency_converter_key)) @lang('modules.currencySettings.addNewCurrency') @lang('app.update') @lang('modules.currencySettings.exchangeRate') @endif @lang('modules.accountSettings.currencyConverterKey') @endif
@endsection @section('content')
{{-- @include('sections.admin_setting_menu') --}}
@lang('messages.exchangeRateNote')
@foreach($currencies as $currency) @endforeach
@lang('modules.currencySettings.currencyName') @lang('modules.currencySettings.currencySymbol') @lang('modules.currencySettings.currencyCode') @lang('modules.currencySettings.exchangeRate') @lang('app.action')
{{ ucwords($currency->currency_name) }} {!! ($global->currency_id == $currency->id) ? "" : "" !!} {{ $currency->currency_symbol }} {{ $currency->currency_code }} {{ $currency->exchange_rate }} @php $access = hasAccessOf('currency_settings'); @endphp @if($access['is_write'] || $access['is_delete']) @else
--
@endif
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush