@if ($quantity)
@for ($i = 0; $i < $quantity; $i++) @if ($i % 3 == 0 && $i != 0)
@endif
{{ getWebConfig(name: 'company_name') }} {{ Str::limit($product->name, 30) }} {{ $product['selling_price'] . ' ' . setCurrencySymbol(amount: usdToDefaultCurrency(amount: $product->unit_price), currencyCode: getCurrencyCode()) }}
{!! DNS1D::getBarcodeHTML($product->code, 'C128') !!}

{{ translate('code') }} : {{ $product->code }}

@endfor
@endif