Issue 2012
This commit is contained in:
parent
a66f556aca
commit
b5b00bb4f8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue