@extends('admin.layouts.master') @section('title','Currency') @section('maincontent') @include('admin.layouts.topbar',$data)
# {{__('Currency')}} {{__('Code')}} {{__('Symbol')}} {{ __('Position') }} {{__('Exchange Rate')}} {{__("Action")}} {{__("Update")}} {{__("Default")}}
@csrf {{ __('Get Your OPEN EXCHANGE RATE KEY From Here') }}
{{__("It will be used to fetch exchange rates of currencies.")}}
@endsection @section('scripts') @endsection