Update wishlist.blade.php
This commit is contained in:
parent
8296500db1
commit
a1046c734e
|
|
@ -44,7 +44,8 @@
|
|||
id="wishlist-{{ $product->product_id }}"
|
||||
action="{{ route('customer.wishlist.add', $product->product_id) }}"
|
||||
method="POST">
|
||||
@csrf
|
||||
@csrf
|
||||
|
||||
<a
|
||||
class="unset wishlist-icon {{ $addWishlistClass ?? '' }} text-right"
|
||||
href="javascript:void(0);"
|
||||
|
|
|
|||
Loading…
Reference in New Issue