Added ProductionQuantity data grid
This commit is contained in:
@@ -7,3 +7,20 @@
|
||||
@livewire(\App\Filament\Widgets\ItemOverview::class)
|
||||
</div>
|
||||
</x-filament-panels::page>
|
||||
|
||||
{{-- <x-filament-panels::page>
|
||||
<div x-data x-init="
|
||||
window.addEventListener('filtersUpdated', () => {
|
||||
Livewire.emit('filtersUpdated');
|
||||
});
|
||||
" class="space-y-4">
|
||||
|
||||
{{-- Filters form --}}
|
||||
{{-- {{ $this->filtersForm($this->form) }} --}}
|
||||
|
||||
{{-- Chart Widget --}}
|
||||
{{-- @livewire(\App\Filament\Widgets\ItemOverview::class)
|
||||
|
||||
</div>
|
||||
</x-filament-panels::page> --}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user