@extends('layouts.frontend.master') @section('title', ' Wishlist ') @section('banner')

Wishlist




@endsection @section('content')

Product successfully removed.

my wishlist

@if(isset($wishlists)) @foreach($wishlists as $wishlist) @endforeach @endif
Image Product name Size Action

{{$wishlist->product->product_name}}

{{$wishlist->size ?? ""}}

View Product Delete
@endsection @section('scripts') @endsection