diff --git a/resources/views/filament/pages/production-quantity.blade.php b/resources/views/filament/pages/production-quantity.blade.php new file mode 100644 index 0000000..4500ffa --- /dev/null +++ b/resources/views/filament/pages/production-quantity.blade.php @@ -0,0 +1,16 @@ + + +
+ {{-- Render the Select form fields --}} +
+ {{-- {{ $this->filtersForm($this->form) }} --}} + {{ $this->form }} +
+ + {{-- Render the chart widget below the form --}} +
+ @livewire(\App\Filament\Widgets\ItemOverview::class) +
+ +
+