naming
This commit is contained in:
@@ -5,7 +5,7 @@ return [
|
||||
'rate' => 'Rate',
|
||||
'rate_percent' => 'Rate (%)',
|
||||
'normal' => 'Normal',
|
||||
'included' => 'Included in Price',
|
||||
'inclusive' => 'Inclusive',
|
||||
'compound' => 'Compound',
|
||||
|
||||
];
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
{{ Form::textGroup('rate', trans('taxes.rate'), 'percent') }}
|
||||
|
||||
{{ Form::selectGroup('type', trans('general.type'), 'bars', $types, null, []) }}
|
||||
{{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, null, []) }}
|
||||
|
||||
{{ Form::radioGroup('enabled', trans('general.enabled')) }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user