@extends('layouts.admin') @section('title','Currencies & Exchange Rates') @section('heading','Currencies & Exchange Rates') @section('content')
One base currency is used as the operational reference. Transaction currencies and historical amounts are never rewritten.
Rates are effective-dated and append-only. Create a newer record when the market rate changes.
| Currency | Format | State | Update |
|---|---|---|---|
| {{ $c->code }} {{ $c->name }} | {{ $c->symbol }} · {{ $c->decimal_places }} decimals | {{ $c->is_base?'Base · ':'' }}{{ $c->is_active?'Active':'Inactive' }} |
| Pair | Rate | Window | Source | Availability |
|---|---|---|---|---|
| {{ $rate->baseCurrency->code }}/{{ $rate->quoteCurrency->code }} | {{ rtrim(rtrim(number_format((float)$rate->rate,10,'.',''),'0'),'.') }} | {{ $rate->effective_at->format('d M Y H:i') }} until {{ $rate->expires_at?->format('d M Y H:i') ?: 'open' }} | {{ $rate->source }} {{ $rate->creator?->email ?: 'system' }} | |
| No conversion rates have been published. | ||||