@extends('backend.layouts_backend.master2') @section('title') All Products Barcodes @endsection @section('extra_styles') @endsection @section('content') {{-- header --}}
{{-- end header --}}#Id | Product Code | Product Name | Barcode | Action |
---|---|---|---|---|
{{ $key + 1 ?? 'N/A' }} | {{ $product->product_code ?? 'N/A' }} | {{ $product->product_name ?? 'N/A' }} |
{{ getDNS1DBarcodePNG(sprintf('%04u', $product->id)) }}
{{ sprintf('%04u', $product->id) }} |
|