Fixed
This commit is contained in:
parent
28d9c04a68
commit
217b934563
|
|
@ -89,6 +89,12 @@
|
|||
|
||||
{{-- <product-quick-view-btn :quick-view-details="product"></product-quick-view-btn> --}}
|
||||
</a>
|
||||
|
||||
@if ($product->new)
|
||||
<div class="sticker new">
|
||||
{{ __('shop::app.products.new') }}
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="card-body">
|
||||
<div class="product-name col-12 no-padding">
|
||||
|
|
|
|||
Loading…
Reference in New Issue