Administra monedas, tasas y estado.
| Código | Nombre | Símbolo | Tipo | Tasa vs principal | Estado | Acciones |
|---|---|---|---|---|---|---|
| {{ $c['code'] }} | {{ $c['name'] }} | {{ $c['symbol'] }} | @if($c->is_primary) Principal @else Secundaria @endif | {{ number_format($c->rate_to_primary, 6) }} | @if($c->is_active ?? true) Activa @else Inactiva @endif |