This commit is contained in:
parent
f98ab08b5e
commit
12cd640353
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue