@extends('frontend.layouts.master') @section('title','Wishlist Page') @section('main-content')
@if(Helper::getAllProductFromWishlist()) @foreach(Helper::getAllProductFromWishlist() as $key=>$wishlist) @php $photo=explode(',',$wishlist->product['photo']); @endphp @endforeach @else @endif
PRODUCT NAME TOTAL ADD TO CART
{{asset($photo[0])}}

{{$wishlist->product['title']}}

{!!($wishlist['summary']) !!}

${{$wishlist['amount']}} Add To Cart
There are no any wishlist available. Continue shopping
@endsection @push('scripts') @endpush