@foreach($product->c('getPrice') as $price)
{!! $price->product_count !!} x {!! c_template()->price(($price->price_final), '%d%02d') !!} {{ $price->currency_code }}
@if( c_options()->get('display_product_unit', 'products') )
/
{{ optional($product->c('getProductObject')->unit)->getExistingLanguageColumnValue('name') ?? c_trans('szt.')}}
@endif
@if(!$loop->last)
@endif
@endforeach