@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