Compare Added With Check

This commit is contained in:
devansh bawari 2021-02-10 11:46:20 +05:30
parent 280cea28ed
commit 1389c3e15d
1 changed files with 9 additions and 0 deletions

View File

@ -113,6 +113,15 @@
</li>
@endif
@if (core()->getConfigData('general.content.shop.compare_option'))
<li>
<a href="{{ route('velocity.customer.product.compare') }}" class="unset">
<i class="icon wishlist text-down-3"></i>
<span>{{ __('shop::app.customer.compare.text') }}</span>
</a>
</li>
@endif
<li>
<a href="{{ route('customer.orders.index') }}" class="unset">
<i class="icon orders text-down-3"></i>