Radio group partial is fixed.

This commit is contained in:
Sevan Nerse
2019-12-14 10:03:41 +03:00
parent 349ed320dd
commit aad96e7814
22 changed files with 32 additions and 30 deletions

View File

@@ -34,9 +34,9 @@
{{ Form::textGroup('thousands_separator', trans('currencies.thousands_separator'), 'slash', []) }}
{{ Form::radioGroup('enabled', trans('general.enabled')) }}
{{ Form::radioGroup('enabled', trans('general.enabled'), $currency->enabled) }}
{{ Form::radioGroup('default_currency', trans('currencies.default')) }}
{{ Form::radioGroup('default_currency', trans('currencies.default'), $currency->default_currency) }}
</div>
</div>