@auth
@forelse (auth()->user()->wishes()->with('wishlist')->get() as $wish) @empty @endforelse
image product name price action
product {{ $wish->wishlist->getName() }}

{{ $wish->wishlist->getPrice() }}

{{ $wish->wishlist->getPrice() }}

@csrf
@csrf @method('DELETE')
@endauth