logo

Kartu QR Material

{{ $items->count() }} material @if (isset($limited) && $limited) · dari {{ number_format($total, 0, ',', '.') }} (maks 200 per cetakan — gunakan filter di menu Material) @endif · {{ now()->format('d/m/Y H:i') }}

@foreach ($items as $item)
QR {{ $item['code'] }}

{{ $item['code'] }}

{{ $item['name'] }}

@if ($item['spec'])

{{ $item['spec'] }}

@endif @if ($item['stock'] !== null)

Stok: {{ number_format($item['stock'], 0, ',', '.') }}

@endif
@endforeach