Issue 2012

This commit is contained in:
rahul shukla 2020-01-09 11:33:54 +05:30
parent a66f556aca
commit b5b00bb4f8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</div>
<div class="product-name mt-20">
<a href="{{ ('shop.productOrCategory.index', $product->url_key) }}" title="{{ $product->name }}">
<a href="{{ route('shop.productOrCategory.index', $product->url_key) }}" title="{{ $product->name }}">
<span>{{ $product->name }}</span>
</a>
</div>