@extends('layouts.app') @section('title', 'Data Label Barcode') @section('content') @php $printAll = array_filter(['all' => $batch === '' ? 1 : null, 'batch' => $batch ?: null, 'q' => $q ?: null]); @endphp
@if ($batch !== '' || $q !== '') {{ number_format($labels->total()) }} baris tampil · {{ number_format($filteredQty) }} keping siap cetak (dari {{ number_format($totalLabels) }} label tersimpan) @else {{ number_format($totalLabels) }} label tersimpan · total {{ number_format($totalQty) }} keping siap cetak @endif
Belum ada data label. Import dari Excel atau buat satu per satu.