@extends('procurement::layouts.master') @section('title','Edit Exchange Rate') @section('content')

Edit Rate — {{ $exchangeRate->currency_from }} → {{ $exchangeRate->currency_to }}

@csrf @method('PUT')
Cancel
@endsection