Added guard patrol day count chart

This commit is contained in:
dhanabalan
2025-06-25 10:34:11 +05:30
parent 88cde40215
commit 3a796857b0
4 changed files with 250 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>