diff --git a/resources/views/production-orders/printItemSerial.blade.php b/resources/views/production-orders/printItemSerial.blade.php new file mode 100644 index 0000000..63fe9fd --- /dev/null +++ b/resources/views/production-orders/printItemSerial.blade.php @@ -0,0 +1,119 @@ + + + + + + + +@foreach($stickers as $sticker) +
+ + + + + +
+ + +
{{ $sticker['serial'] }}
+
{{ $sticker['production_order'] }}
+
{{ $sticker['description'] }}
+
+
+@endforeach + + +