Update wishlist.blade.php

This commit is contained in:
Devansh 2022-07-26 17:51:03 +05:30 committed by GitHub
parent 8296500db1
commit a1046c734e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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);"