refs #1075 Selectbox add new button action added.

This commit is contained in:
Cüneyt Şentürk
2020-01-13 12:37:05 +03:00
parent 1c2ebeed67
commit 679911d0ef
8 changed files with 352 additions and 69 deletions

View File

@ -18,6 +18,7 @@
{{ Form::textareaGroup('address', trans('general.address')) }}
{{ Form::hidden('type', 'customer') }}
{!! Form::hidden('enabled', '1', []) !!}
</div>
{!! Form::close() !!}