@extends('layouts.admin') @section('title', 'Currencies & Exchange Rates') @section('content')
Manage currencies and their exchange rates
No current exchange rates found.
Add First Exchange Rate| Currency Name | Code | Symbol | Decimal Places | Status | Last Rate Update | Actions |
|---|---|---|---|---|---|---|
| {{ $currency->name }} | {{ $currency->code }} | {{ $currency->symbol ?? '—' }} | {{ $currency->decimal_places }} | @if($currency->active) Active @else Inactive @endif | @if($currency->latestRate) {{ $currency->latestRate->effective_date->format('M j, Y') }} @else No rates @endif | |
|
No currencies found. Add First Currency |
||||||
No historical exchange rates found.
@if(request()->anyFilled(['currency', 'date_from', 'date_to'])) Clear Filters @else Add Exchange Rate @endif