{!! c_template()->price( $price->price_final ?? 0 ) !!}
{{ $price->currency_code ?? ''}}
@if( c_options()->get('display_product_unit', 'products') )
@isset($product->unit)
/
{{ optional($product->unit)->getExistingLanguageColumnValue('name') ?? ''}}
@endisset
@endif
@if($price->promotion)
{{ c_trans('Stara cena') }}:
{!! c_template()->price($price->price, '%d%02d') !!}
{{ $price->currency_code }}
{{ c_trans('Oszczędzasz') }}:
{!! c_template()->price($price->price - $price->price_promo) !!}
{{ $price->currency_code }}
@if($product->c('getStorageTotalCount') > 0)
@cstack('Products::client.productCard.addToCart.after')
@else
@endif
@endif