Skip to content

Commit

Permalink
Tax add new create page stylee..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 6, 2020
1 parent 59fd259 commit 080c661
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/views/modals/taxes/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'@submit.prevent' => 'onSubmit',
'@keydown' => 'form.errors.clear($event.target.name)',
'role' => 'form',
'class' => 'form-loading-button m--3',
'class' => 'form-loading-button',
'route' => 'taxes.store',
'novalidate' => true
]) !!}
Expand All @@ -12,8 +12,7 @@

{{ Form::textGroup('rate', trans('taxes.rate'), 'percent') }}

{{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, 'normal') }}

{!! Form::hidden('enabled', '1', []) !!}
{!! Form::hidden('type', 'normal') !!}
{!! Form::hidden('enabled', '1') !!}
</div>
{!! Form::close() !!}

0 comments on commit 080c661

Please sign in to comment.