@if ($quantity)
@for ($i = 0; $i < $quantity; $i++) @if ($i % 3 == 0 && $i != 0)
@endif
{{ \App\Models\BusinessSetting::where('key', 'shop_name')->first()->value }}
{{ Str::limit($product->name, 30) }}
{{priceCurrencyFormatPlacing($product['selling_price'], \App\Utils\Helpers::currency_symbol(), \App\Utils\Helpers::currency_position())}}
{!! DNS1D::getBarcodeHTML($product->product_code, 'C128') !!}
{{ \App\Utils\translate('code') }} : {{ $product->product_code }}
@endfor
@endif