diff --git a/resources/views/filament/pages/invoice-quantity-dashboard.blade.php b/resources/views/filament/pages/invoice-quantity-dashboard.blade.php new file mode 100644 index 000000000..8c3b77f5c --- /dev/null +++ b/resources/views/filament/pages/invoice-quantity-dashboard.blade.php @@ -0,0 +1,13 @@ + +
+ {{-- Render the Select form fields --}} +
+ {{ $this->filtersForm($this->form) }} +
+ + {{-- Render the chart widget below the form --}} +
+ @livewire(\App\Filament\Widgets\InvoiceQuantity::class) +
+
+