@if($product->discount) {!! $currencyIcon !!}{{number_format($discountedPrice, 2, '.', ',')}} {!! $currencyIcon !!}{{number_format($productPrice, 2, '.', ',')}} {{$product->discount}}% Off {{--@if($product->is_free_shipping==0) @if($product->shipping_cost) + {!! $currencyIcon !!}{{number_format($product->shipping_cost, 2, '.', ',')}}(shipping)@endif @else Free shipping @if($product->free_area) - {{$product->free_area}} @endif @endif --}} @else {!! $currencyIcon !!}{{number_format($productPrice, 2, '.', ',')}} @endif