fixes
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
<form method="get" action="{{ route('Shop.Searches.search') }}" id="search-general">
|
||||
<form method="method" action="{{ route('Shop.Searches.search') }}" id="search-general">
|
||||
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
@include('components.form.select', ['name' => 'type', 'list' => ['Semences & Plants'] ])
|
||||
@include('components.form.select', [
|
||||
'name' => 'product_type',
|
||||
'list' => [
|
||||
'botanic' => 'Semences & Plants',
|
||||
'merchandise' => 'Marchandises',
|
||||
],
|
||||
'value' => $search['product_type'] ?? null,
|
||||
|
||||
])
|
||||
</div>
|
||||
<input type="text" name="search" value="{{ $search['search'] ?? null }}" class="form-control search-btn" aria-label="Chercher">
|
||||
<div class="input-group-append">
|
||||
|
||||
Reference in New Issue
Block a user