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