Updated blade file for hourly and production quantity

This commit is contained in:
dhanabalan
2025-04-28 12:51:07 +05:30
parent fe53cb1bcd
commit 91580cacf1
2 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
{{-- Chart Widget --}} {{-- Chart Widget --}}
@livewire(\App\Filament\Widgets\ItemOverview::class) @livewire(\App\Filament\Widgets\ItemOverview::class)
</div> </div>
</x-filament-panels::page> </x-filament-panels::page>
@@ -19,8 +20,8 @@
{{-- {{ $this->filtersForm($this->form) }} --}} {{-- {{ $this->filtersForm($this->form) }} --}}
{{-- Chart Widget --}} {{-- Chart Widget --}}
{{-- @livewire(\App\Filament\Widgets\ItemOverview::class) {{-- @livewire(\App\Filament\Widgets\ItemOverview::class) --}}
</div> {{-- </div>
</x-filament-panels::page> --}} </x-filament-panels::page> --}}

View File

@@ -10,6 +10,7 @@
{{-- Render the chart widget below the form --}} {{-- Render the chart widget below the form --}}
<div class="mt-6"> <div class="mt-6">
@livewire(\App\Filament\Widgets\ItemOverview::class) @livewire(\App\Filament\Widgets\ItemOverview::class)
</div> </div>
</div> </div>