@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

* {{ __("indicates a required field") }}

{{ __('Name') }} * ({{ __('ISO Currency Code') }})

{{ __('Description') }} * {{ __('(In Any Language)') }}

{{ __('Sign') }} *

{{ __('Value') }} * {{ __('(Enter the Value For 1(First Currency) = ?)') }}

value == 1 ? "disabled style=background:#f2f2f2" : ""}}>

{{ __('Decimal Separator') }} *

{{ __('Thousands Separator') }}

{{ __('Decimal Digits') }}

@endsection