This commit is contained in:
Sanjay 2022-04-11 16:00:02 +05:30
parent 8dc456c034
commit c458d9332a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
{!! view_render_event('bagisto.shop.checkout.cart-mini.item.quantity.before', ['item' => $item]) !!}
<div class="item-qty">Quantity - {{ $item->quantity }}</div>
<div class="item-qty">Quantity : {{ $item->quantity }}</div>
{!! view_render_event('bagisto.shop.checkout.cart-mini.item.quantity.after', ['item' => $item]) !!}