@if($brand_setting && $product->product_type != 'digital')
{{translate('brand')}} : {{$product->brand ? $product->brand['name'] : ''}}
@endif
{{ getProductPriceByType(product: $product, type: 'discounted_unit_price', result: 'string') }}
@if(getProductPriceByType(product: $product, type: 'discount', result: 'value') > 0)
{{ webCurrencyConverter(amount: $product->unit_price)}}
@endif