minicart price currency format fixed

This commit is contained in:
jitendra 2018-10-30 12:16:08 +05:30
parent 97c7ca84c6
commit 7a521f97d7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<div class="item-name">{{ $item->name }}</div>
<div class="item-price">{{ $item->total }}</div>
<div class="item-price">{{ core()->currency($item->total) }}</div>
<div class="item-qty">Quantity - {{ $item->quantity }}</div>
</div>