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 --}} - -{{--
- -
- - - - - - - - - - @foreach ($hourlyData as $index => $data) - @if ($index < 12) - - - - - - @endif - @endforeach - -
NoTime RangeProduction Quantity
{{ $index + 1 }}{{ $data['time'] }}{{ $data['quantity'] ?: '0' }}
-
- - -
- - - - - - - - - - @foreach ($hourlyData as $index => $data) - @if ($index >= 12) - - - - - - @endif - @endforeach - -
NoTime RangeProduction Quantity
{{ $index + 1 }}{{ $data['time'] }}{{ $data['quantity'] ?: '0' }}
-
-
--}} -