Add display of shelve
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
Il y a {{ $nb ?? 0 }} article(s) dans la liste
|
||||
Il y a {{ count($articles) ?? 0 }} article(s) dans la liste
|
||||
<form name="product_sorting">
|
||||
<label>Trier par</label>
|
||||
@include('components.form.select', ['name' => 'sorting', 'list' => ['Pertinence']])
|
||||
|
||||
Reference in New Issue
Block a user