global search based on livewire improved

This commit is contained in:
Sevan Nerse
2021-06-04 19:05:35 +03:00
parent a42429bf12
commit 0a416e99ec
10 changed files with 675 additions and 261 deletions

View File

@ -39,8 +39,6 @@ Route::group(['prefix' => 'common'], function () {
Route::get('items/{item}/disable', 'Common\Items@disable')->name('items.disable');
Route::resource('items', 'Common\Items', ['middleware' => ['money', 'dropzone']]);
Route::resource('search', 'Common\Search');
Route::post('notifications/disable', 'Common\Notifications@disable')->name('notifications.disable');
Route::post('bulk-actions/{group}/{type}', 'Common\BulkActions@action')->name('bulk-actions.action');