1
0
forked from poc/pds
Files
poc-pds1/resources/views/filament/pages/hourly-production.blade.php
2025-05-12 20:11:25 +05:30

14 lines
276 B
PHP

<x-filament-panels::page>
<div class="space-y-4">
{{-- Filters form --}}
{{ $this->filtersForm($this->form) }}
{{-- Chart widget --}}
<x-filament-widgets::widgets :widgets="$this->getWidgets()" />
</div>
</x-filament-panels::page>