| Currency Pair | Description | Exchange Rate | Base | {{ __('Actions') }} |
|---|---|---|---|---|
|
{{ $currency->pair_name }}
{{ $currency->code }}
|
{{ $currency->name }}
|
1 {{ $currency->from_currency }} = {{ number_format($currency->exchange_rate, 4) }} {{ $currency->to_currency }}
|
@if($currency->is_base) Base @else - @endif | |
|
No exchange rates configured Add your first currency exchange rate |
||||