@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
{{$photo[0]}}

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

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

${{$wishlist['amount']}} Add To Cart
There are no any wishlist available. Continue shopping

Free shiping

Orders over $100

Free Return

Within 30 days returns

Sucure Payment

100% secure payment

Best Peice

Guaranteed price

@include('frontend.layouts.newsletter') @endsection @push('scripts') @endpush