From f0bb74690fd85c492db9d14da44c8f70d838aeca Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 13 Jun 2026 10:54:41 +0530 Subject: [PATCH] Adjusted logic for mobile an dtab screen resolution for quality check --- resources/views/livewire/production-check-list.blade.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/production-check-list.blade.php b/resources/views/livewire/production-check-list.blade.php index d405a43..450763d 100644 --- a/resources/views/livewire/production-check-list.blade.php +++ b/resources/views/livewire/production-check-list.blade.php @@ -1,7 +1,11 @@
-
+ {{--
--}} + +
{{-- @if($records && $records->count()) --}} @if(!empty($records) && count($records)) -- 2.49.1