{{ __('Manage currency pairs for payroll calculations') }}
| {{ __('Pair') }} | {{ __('Rate') }} | {{ __('Base') }} | {{ __('Actions') }} |
|---|---|---|---|
|
{{ $c->from_currency }} → {{ $c->to_currency }}
{{ $c->name }}
|
1 {{ $c->from_currency }} = {{ number_format($c->exchange_rate, 2) }} {{ $c->to_currency }} | @if($c->is_base) Base @endif | {{ __('Edit') }} |
| {{ __('No exchange rates added yet') }} | |||