@extends('layouts.admin') @section('title','Currency') @section('content')
@csrf
{{__(' Get Your OPEN EXCHANGE RATE KEY From Here')}}
{{__("It will be used to fetch exchange rates of currenies.")}}
add {{__('Add new currency')}} {{__('Update Currency Rate')}}
{{__('Name')}} {{__('Code')}} {{__('Symbol')}} {{__('Exchange rate')}} {{__("Created at")}} {{__("Action")}}
@endsection @section('custom-script') {{-- --}} @endsection