@extends('layouts.front')
@section('title')@lang('Wishlist') - {{config('app.name')}}@endsection
@section('styles')
@endsection
@section('content')
@lang('Price:') @if($product->price_with_discount() < $product->price) {{currency_format($product->price_with_discount())}}
@lang('Out of Stock!')
@elseif($product->in_stock < 4)@lang('Only') {{$product->in_stock}} @lang('left in Stock!')
@endif @if(count($product->reviews->where('approved', 1)) > 0) @endif