@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Image') }} | {{ __('Product Name') }} | {{ __('Price') }} | {{ __('Action') }} | {{ __('Remove') }} |
---|---|---|---|---|
{{ langConverter($wishlist->product->en_Product_Name,$wishlist->product->fr_Product_Name) }}{!! productReview($wishlist->product->id) !!}
@foreach ($wishlist->product->colors as $color)
@endforeach
|
{{ currencyConverter($wishlist->product->Price) }}
{{ currencyConverter($wishlist->product->Discount_Price) }}
|