@extends('layouts.admin', ['heading' => 'Multi-Currency', 'subheading' => 'Currency conversion and active market rates']) @section('content')
| Pair | Rate | Fetched At | Status | Action |
|---|---|---|---|---|
| {{ $rate->base_currency }}/{{ $rate->quote_currency }} | {{ number_format((float) $rate->rate, 8) }} | {{ optional($rate->fetched_at)->format('d M Y H:i') ?: '-' }} | {{ $rate->is_active ? 'Active' : 'Inactive' }} | |
| No currency rates configured. | ||||