move autocomplete for customer

This commit is contained in:
ludo
2024-02-07 20:41:04 +01:00
parent 4caf069011
commit 5fc8d3dc57
3 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="input-group">
@include('components.form.autocomplete', [
'name' => 'search',
'url' => route('Admin.Shop.Articles.autocomplete'),
'url' => route('Shop.Articles.autocomplete'),
'data' => [
'name' => $search['search_name'] ?? '',
],