all charts updated

This commit is contained in:
dhanabalan
2025-04-23 20:54:25 +05:30
parent 5425970fc2
commit 6c119778c6
5 changed files with 245 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
<x-filament-panels::page>
<div class="space-y-4">
{{-- Render the Select form fields --}}
<div class="space-y-4">
{{ $this->filtersForm($this->form) }}
</div>
{{-- Render the chart widget below the form --}}
<div class="mt-6">
@livewire(\App\Filament\Widgets\ProductionOrderChart::class)
</div>
</div>
</x-filament-panels::page>