Tax add new create page stylee..
This commit is contained in:
parent
59fd259c1e
commit
080c6616c2
@ -3,7 +3,7 @@
|
|||||||
'@submit.prevent' => 'onSubmit',
|
'@submit.prevent' => 'onSubmit',
|
||||||
'@keydown' => 'form.errors.clear($event.target.name)',
|
'@keydown' => 'form.errors.clear($event.target.name)',
|
||||||
'role' => 'form',
|
'role' => 'form',
|
||||||
'class' => 'form-loading-button m--3',
|
'class' => 'form-loading-button',
|
||||||
'route' => 'taxes.store',
|
'route' => 'taxes.store',
|
||||||
'novalidate' => true
|
'novalidate' => true
|
||||||
]) !!}
|
]) !!}
|
||||||
@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('rate', trans('taxes.rate'), 'percent') }}
|
{{ Form::textGroup('rate', trans('taxes.rate'), 'percent') }}
|
||||||
|
|
||||||
{{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, 'normal') }}
|
{!! Form::hidden('type', 'normal') !!}
|
||||||
|
{!! Form::hidden('enabled', '1') !!}
|
||||||
{!! Form::hidden('enabled', '1', []) !!}
|
|
||||||
</div>
|
</div>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user