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] ?? '-' }}
|