@extends('backend.layouts.main') @section('title') Edit Forex Rate @endsection @section('content')
@csrf @method('PUT')

Edit Forex Rate

@include('backend.forex-rates.partials.form', ['forexRate' => $forexRate])
@endsection