diff --git a/resources/views/filament/pages/hourly-production.blade.php b/resources/views/filament/pages/hourly-production.blade.php index 2b3afb59a..eec5a1186 100644 --- a/resources/views/filament/pages/hourly-production.blade.php +++ b/resources/views/filament/pages/hourly-production.blade.php @@ -7,3 +7,20 @@ @livewire(\App\Filament\Widgets\ItemOverview::class) + +{{-- +
+ + {{-- Filters form --}} + {{-- {{ $this->filtersForm($this->form) }} --}} + + {{-- Chart Widget --}} + {{-- @livewire(\App\Filament\Widgets\ItemOverview::class) + +
+
--}} + diff --git a/resources/views/filament/resources/invoice-validation-resource/pages/hourly-quantity-table.blade.php b/resources/views/filament/resources/invoice-validation-resource/pages/hourly-quantity-table.blade.php new file mode 100644 index 000000000..e54e74aae --- /dev/null +++ b/resources/views/filament/resources/invoice-validation-resource/pages/hourly-quantity-table.blade.php @@ -0,0 +1,22 @@ + +
+ {{-- Form Section --}} +
+ {{ $this->form }} +
+ + {{-- Livewire Component (Invoice Table) --}} +
+ +
+ + {{-- Actions --}} +
+ + @foreach ($this->getFormActions() as $action) + {{ $action }} + @endforeach + +
+
+