Files
pds/resources/views/filament/pages/guard-patrol-hourly-count.blade.php
2025-06-25 14:23:52 +05:30

11 lines
274 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>