currency fields
This commit is contained in:
		@@ -5,5 +5,14 @@ return [
 | 
			
		||||
    'code'                  => 'Code',
 | 
			
		||||
    'rate'                  => 'Rate',
 | 
			
		||||
    'default'               => 'Default Currency',
 | 
			
		||||
    'decimal_mark'          => 'Decimal Mark',
 | 
			
		||||
    'thousands_separator'   => 'Thousands Separator',
 | 
			
		||||
    'precision'             => 'Precision',
 | 
			
		||||
    'symbol' => [
 | 
			
		||||
        'symbol'            => 'Symbol',
 | 
			
		||||
        'position'          => 'Symbol Position',
 | 
			
		||||
        'before'            => 'Before Amount',
 | 
			
		||||
        'after'             => 'After Amount',
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user