Refactoring, change menu, add many features
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
Il y a {{ $nb ?? 0 }} article(s) dans la liste
|
||||
<form name="product_sorting">
|
||||
<label>Trier par</label>
|
||||
@include('components.select', ['name' => 'sorting', 'list' => ['Pertinence']])
|
||||
@include('components.form.select', ['name' => 'sorting', 'list' => ['Pertinence']])
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
@include('components.select', ['name' => 'type', 'list' => ['Semences & Plants'] ])
|
||||
@include('components.form.select', ['name' => 'type', 'list' => ['Semences & Plants'] ])
|
||||
</div>
|
||||
<input type="text" class="form-control search-btn" aria-label="Text input with dropdown button">
|
||||
<div class="input-group-append">
|
||||
|
||||
Reference in New Issue
Block a user