@extends('master.front') @section('title') {{__('Wishlist')}} @endsection @section('content')
{{$product->name}}
{{PriceHelper::grandCurrencyPrice($product)}}
{{__('Wishlist Product')}} | @if ($wishlist_items->count() > 0){{__('Clear Wishlist')}} | @endif|
---|---|---|
{{$product->name}}{{PriceHelper::grandCurrencyPrice($product)}}
{{__('Availability')}}:
{{$product->stock == 0 ? __('Out of stock') : __('In Stock')}}
|
||
{{__('No Product Found')}} |