14 lines
276 B
PHP
14 lines
276 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>
|
|
|
|
|