1
0
forked from poc/pds

Add trend chart analysis page and blade file

This commit is contained in:
dhanabalan
2025-07-31 16:56:01 +05:30
parent 58cdcec6ed
commit 96a5dacf95
2 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<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>