@extends('procurement::layouts.master') @section('title','Exchange Rates') @section('content') @include('procurement::components.partials.page_header',['title'=>'Exchange Rates','actionRoute'=>route('procurement.exchange-rates.create'),'actionLabel'=>'Add Rate'])
| From | To | Rate | Effective Date | Source | |
|---|---|---|---|---|---|
| {{ $r->currency_from }} | {{ $r->currency_to }} | {{ number_format($r->rate,6) }} | {{ $r->effective_date->format('M j, Y') }} | {{ $r->source ?: '—' }} | Edit |
| No exchange rates yet. | |||||