Files
pds/resources/views/filament/pages/trend-chart-analys.blade.php
2025-07-31 16:56:01 +05:30

12 lines
271 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>