{{$product->name}}

@if($product->thumbnail)
@endif

{{$product->name}}

{{digiCurrency($product->sale_price)}}

@if( $product->description)
{!! clean($product->description) !!}

@endif