Gunakan fungsi Print dari browser Anda (Ctrl+P) untuk mencetak.
Cetak Halaman Ini
@foreach($products as $product) @if($product->barcode)
{{ $product->name }}
Rp {{ number_format($product->selling_price, 0, ',', '.') }}
{{-- Generate Barcode SVG --}} {!! DNS1D::getBarcodeSVG($product->barcode, 'C128', 1, 40, 'black', false) !!}
@endif @endforeach