Rp {{ number_format($product->price ?? 0, 0, ',', '.') }}
{{ $product->name }}
{{ $notes }}
@elseif(!empty($product->notes)){{ $product->notes }}
@endif@php $isSmallPaper = $paperSize === '30x40'; @endphp
@php $isQrBarcode = $barcodeType === 'QR'; @endphp @foreach($products as $product) @for($i = 0; $i < $quantity; $i++){{ strtoupper($product->name) }}
Rp {{ number_format($product->price ?? 0, 0, ',', '.') }}
{{ $product->name }}
{{ $notes }}
@elseif(!empty($product->notes)){{ $product->notes }}
@endif