@if (!empty($barcode_results)) @foreach ($barcode_results as $index => $barcodes)
@if (!empty($barcodes)) @foreach ($barcodes as $box) @endforeach
{{ $box['company_name'] }}, {{ $box['company_code'] }}
{!! DNS1D::getBarcodeHTML($box['barcode'], 'C128', 1, 30) !!}
{{ $box['barcode'] }}
MRP: {{ $box['mrp'] }} SALE: {{ $box['sale_price'] }}
NP: {{ $box['gross_amount'] }}
BILL: {{ $box['bill_no'] }}
Iteam {{ $box['product_name'] }}
MAC D%: {{ $box['mechanic_pricing_desc'] }} B2B D%: {{ $box['b2b_pricing_desc'] }}
B2C D%: {{ $box['customer_pricing_alfa'] }}
COLOUR: {{ $box['color_name'] }} SIZE: {{ $box['size'] }}
REMARK: {{ $box['remark'] }}
@endif
@endforeach @endif