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