fix recalculation on basket, fix quick add on basket

This commit is contained in:
Ludovic CANDELLIER
2023-03-21 22:41:48 +01:00
parent 4f9f9b296d
commit 06c68dd223
6 changed files with 21 additions and 21 deletions

View File

@@ -1,12 +1,4 @@
<x-card title="Aperçu de l'activité">
<div class="counter">
<span class="index">Visiteurs en ligne</span>
<div class="value float-right">40</div>
</div>
<div>
<span class="text-muted">dans les 30 dernières minutes</span>
</div>
<div class="counter">
<span class="index">Paniers Actifs</span>
<div class="value float-right">40</div>

View File

@@ -15,6 +15,10 @@
</div>
</div>
</div>
<div class="col-1">
{{ Form::label('weight', 'Poids') }}
@include('components.form.input', ['name' => 'weight', 'value' => $variation['weight'] ?? false, 'required' => true])
</div>
</div>
<div class="row mb-3">