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

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

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

{{ __('Description') }} *

{{ __('Sign') }} *

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

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

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

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

@endsection