@foreach ($wishlistItems as $wishlistItem)
@csrf
product-image

{{ $wishlistItem->productsItem->{'product_name_'.Lang::locale()} }}

{{ $wishlistItem->productsItem->{'description_'.Lang::locale()} }}

${{ $wishlistItem->productsDetailsItem->discount_price }}

{{ csrf_field() }} @method('DELETE')
@endforeach