@extends('admin.layouts.master') @section('title','Add currency') @section('maincontent') @include('admin.layouts.topbar',$data)
@csrf
{{ __('Get Your OPEN EXCHANGE RATE KEY From Here') }}
{{ __('OPEN EXCHANGE RATE KEY') }} :
*
{{__("It will be used to fetch exchange rates of currenies.")}}
{{ __('Save') }}
@can('currency.create')
{{__('Add new currency')}} @endcan @can('currency.edit')
{{__('Update Currency Rate')}}
@endcan
#
{{__('Name')}}
{{__('Code')}}
{{__('Symbol')}}
{{ __('Position') }}
{{__('Exchange rate')}}
{{__("Created at")}}
{{__("Action")}}
{{__("Update")}}
{{__("Default")}}
{{ __("Add new currency") }}
×
@csrf
{{ __('Currency') }} (ISO code 3):
*
{{ __('Create') }}
@endsection @section('scripts') @endsection