diff --git a/resources/views/livewire/select-plant.blade.php b/resources/views/livewire/select-plant.blade.php
index 8d5ab95..b174147 100644
--- a/resources/views/livewire/select-plant.blade.php
+++ b/resources/views/livewire/select-plant.blade.php
@@ -114,57 +114,5 @@
-{{-- //..perfect logic --}}
-
-{{--
-
-
-
-
-
- | No |
- Time Range |
- Production Quantity |
-
-
-
- @foreach ($hourlyData as $index => $data)
- @if ($index < 12)
-
- | {{ $index + 1 }} |
- {{ $data['time'] }} |
- {{ $data['quantity'] ?: '0' }} |
-
- @endif
- @endforeach
-
-
-
-
-
-
-
-
-
- | No |
- Time Range |
- Production Quantity |
-
-
-
- @foreach ($hourlyData as $index => $data)
- @if ($index >= 12)
-
- | {{ $index + 1 }} |
- {{ $data['time'] }} |
- {{ $data['quantity'] ?: '0' }} |
-
- @endif
- @endforeach
-
-
-
-
--}}
-