1
0
forked from poc/pds

Added custom filament form for production quantities

This commit is contained in:
dhanabalan
2025-04-27 23:41:14 +05:30
parent 94653f738b
commit 50e0e72c2b

View File

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