Added guard hourly patrol chart

This commit is contained in:
dhanabalan
2025-06-25 14:23:52 +05:30
parent 3a796857b0
commit cbfe7a56bb
4 changed files with 639 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>