@php use Modules\Core\Helpers\Helper; @endphp @extends('front::layouts.master') @section('title','Wishlist Page') @section('content')
@if(Helper::getAllProductFromWishlist()) @foreach(Helper::getAllProductFromWishlist() as $key=>$wishlist) @php $photo=explode(',',$wishlist->product['photo']); @endphp @endforeach @else @endif
@lang('partials.product') @lang('partials.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('front::layouts.newsletter') @endsection @push('scripts') @endpush