@extends('users.layout') @section('content')

WISHLIST

@if(count($product['list'])>0) @foreach ($product['list'] as $key=>$lists)

{{$lists->name}}

{{$lists->price}}
@endforeach @else YOU HAVE NO ITEMS IN THE WISHLIST @endif



@endsection