@php
$barcode = new \Milon\Barcode\DNS1D;
@endphp
@endif @if($option['name'] == true){{ $products[$tdCount][0]['name'] }} @endif @if($option['price'] == true) {{ $products[$tdCount][0]['symbol'] }} {{ App\Helpers\StringHelper::currency($products[$tdCount][0]['price']) }} @endif {{ $products[$tdCount][0]['sku'] }} |
@php
if($tdCount == count($products) - 1){
break;
}
$tdCount++;
@endphp
@endfor
@php
if($tdCount == count($products) - 1){
break;
}
@endphp