@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'] }} @if ($option['product_image'] == true) @php $product_image = public_path('images/product/' . $products[$tdCount][0]['image']); $default_image = public_path('images/thume-default.jpg'); @endphp @if (!empty($products[$tdCount][0]['image']) && file_exists($product_image)) |
@php
if($tdCount == count($products) - 1){
break;
}
$tdCount++;
@endphp
@endfor
@php
if($tdCount == count($products) - 1){
break;
}
@endphp