diff --git a/resources/views/production-orders/printpanel.blade.php b/resources/views/production-orders/printpanel.blade.php index d5ee544..8164efc 100644 --- a/resources/views/production-orders/printpanel.blade.php +++ b/resources/views/production-orders/printpanel.blade.php @@ -1,100 +1,70 @@ - + .serial{ + position:absolute; + top:26mm; /* 3 + 22 + 1mm spacing */ + width:100%; + text-align:center; + font-family:Arial, sans-serif; + font-weight:bold; + font-size:2mm; + } + .desc{ + position:absolute; + top:31.5mm; + width:100%; + text-align:center; + font-family:Arial, sans-serif; + font-weight:bold; + font-size:2.5mm; + white-space:nowrap; + } + + @foreach($stickers as $sticker) -
- - - - - - - - - - -
- -
-
{{ $sticker['serial'] }}
-
-
{{ $sticker['description'] }}
-
+
+ + + +
+ {{ $sticker['serial'] }}
+ +
+ {{ $sticker['description'] }} +
+ +
@endforeach