@extends('admin.index') @section('title', 'Exchange Rate') @section('content')
ID Name Rate
Base Currency
{{config('app.currency')}}
Target Currency
{!! Form::select('target_currency', $currency,'',array('id'=>'target_currency','class'=>'form-select')) !!}
Rate