1
0
forked from poc/pds

added production line count chart

This commit is contained in:
dhanabalan
2025-04-23 15:18:08 +05:30
parent e4ffddbbe3
commit 12f2b25bcb
5 changed files with 243 additions and 60 deletions

View File

@@ -0,0 +1,9 @@
<x-filament-panels::page>
<div class="space-y-4">
{{-- Filters form --}}
{{ $this->filtersForm($this->form) }}
{{-- Chart Widget --}}
@livewire(\App\Filament\Widgets\ItemOverview::class)
</div>
</x-filament-panels::page>