1
0
forked from poc/pds

Added trend line analysis page and blade file

This commit is contained in:
dhanabalan
2025-07-31 16:57:51 +05:30
parent 573b02a97a
commit b2d2ab7e05
2 changed files with 136 additions and 0 deletions

View File

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