@extends('admin.layouts.master') @section('title','Add currency') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Currency') }} @endslot @slot('menu1') {{ __('Currency') }} @endslot @slot('button') @endslot @endcomponent
@csrf
{{ __('Get Your OPEN EXCHANGE RATE KEY From Here') }}
{{__("It will be used to fetch exchange rates of currenies.")}}
# {{__('Name')}} {{__('Code')}} {{__('Symbol')}} {{__('Exchange rate')}} {{__("Created at")}} {{__("Action")}} {{__("Update")}} {{__("Default")}}
@endsection @section('scripts') @endsection