@if ($quantity)
@for ($i = 0; $i < $quantity; $i++) @if ($i % 3 == 0 && $i != 0)
@endif
{{ \App\Model\BusinessSetting::where('type', 'company_name')->first()->value }} {{ Str::limit($product->name, 30) }} {{ $product['selling_price'] . ' ' . \App\CPU\BackEndHelper::set_symbol(\App\CPU\BackEndHelper::usd_to_currency($product->unit_price)) }}
{!! DNS1D::getBarcodeHTML($product->code, 'CODABAR') !!}

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

@endfor
@endif