pushuo 2022-08-22 17:37:29 +08:00
parent f98ab08b5e
commit 12cd640353
1 changed files with 1 additions and 1 deletions

View File

@ -44,8 +44,8 @@
<div class="img"><img src="{{ $product->image }}" class="img-fluid"></div>
<div class="name">
<span>{{ $product->name }}</span>
<div class="quantity mt-1 text-secondary">x {{ $product->quantity }}</div>
</div>
<div class="quantity">{{ $product->quantity }}</div>
</div>
</td>
@if ($loop->first)