@extends('layouts.admin') @section('title', 'Currency Rates') @include('admin._shared_styles') @section('content')
| Pair | Rate | Fetched | Actions |
|---|---|---|---|
| {{ $rate->base }} โ {{ $rate->quote }} | {{ $rate->fetched_at?->diffForHumans() ?? 'โ' }} @if($rate->fetched_at && $rate->fetched_at->lt(now()->subHours(24))) Stale @endif | {{ $rate->source ?? 'manual' }} | |
| No currency rates configured. | |||