From 143fe85b2e4b4516aa2510c20a7d367609de9f54 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 22 May 2026 11:47:28 +0530 Subject: [PATCH] Changed logic and converted to mm and changed alignment of panel sticker --- .../production-orders/printpanel.blade.php | 140 +++++++----------- 1 file changed, 55 insertions(+), 85 deletions(-) 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 -- 2.49.1