Change selectAddNewGroup to selectRemoteAddNewGroup

This commit is contained in:
Cüneyt Şentürk
2020-11-10 19:15:54 +03:00
parent 57759aa718
commit c31c097e19
26 changed files with 247 additions and 74 deletions

View File

@ -18,7 +18,7 @@
{{ Form::textGroup('purchase_price', trans('items.purchase_price'), 'money-bill-wave-alt') }}
{{ Form::selectGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null) }}
{{ Form::selectRemoteGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['remote_action' => route('categories.index'). '?type=item', 'remote_type' => 'category']) }}
{!! Form::hidden('enabled', '1', []) !!}
</div>