@section('page-title', 'Exchange Rates')

Exchange Rate Management

Manage USD/ZWL and other currency conversion rates

Back to Finance

Add New Rate

@csrf
@error('rate')

{{ $message }}

@enderror

Rate History

@forelse($rates as $rate) @empty @endforelse
From To Rate Effective Date Actions
{{ $rate->from_currency }} {{ $rate->to_currency }} {{ number_format($rate->rate, 4) }} {{ $rate->effective_date->format('d M Y') }}
@csrf @method('DELETE')
No exchange rates configured.
{{ $rates->links() }}