modal create item multiple tax.

This commit is contained in:
Cüneyt Şentürk 2020-12-21 12:38:16 +03:00
parent 9f1deb47b2
commit 2766674358

View File

@ -10,7 +10,7 @@
<div class="row">
{{ Form::textGroup('name', trans('general.name'), 'tag') }}
{{ Form::selectGroup('tax_id', trans_choice('general.taxes', 1), 'percentage', $taxes, setting('default.tax'), []) }}
{{ Form::multiSelectGroup('tax_ids', trans_choice('general.taxes', 1), 'percentage', $taxes, [setting('default.tax')]) }}
{{ Form::textareaGroup('description', trans('general.description')) }}