From 8727b2ddcd17c88f06ef22fd0b598f2bab57ea10 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 26 Sep 2026 14:37:28 +0530 Subject: [PATCH] removed item quantity column in production target plan table --- .../livewire/production-target-plan.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/livewire/production-target-plan.blade.php b/resources/views/livewire/production-target-plan.blade.php index a2b8a84..696c417 100644 --- a/resources/views/livewire/production-target-plan.blade.php +++ b/resources/views/livewire/production-target-plan.blade.php @@ -21,17 +21,17 @@ {{-- {{ $date }} --}} - + {{ $date }} @endforeach @foreach($dates as $date) - Item Quantity - Target Plan + {{-- Item Quantity --}} + Plan Quantity - Produced Quantity + Actual Quantity {{-- Produced Quantity --}} @@ -55,14 +55,14 @@ @foreach($dates as $date) @if(in_array($date, $leaveDates)) - - + {{-- - --}} - - @else {{-- {{ $record['daily_target'] ?? '-' }} --}} - + {{-- {{ $record['daily_hourly_quantity'][$date] ?? '-' }} - + --}} {{ $record['daily_target_dynamic'][$date] ?? '-' }}