Files
pds/resources/views/filament/pages/invoice-data-dashboard.blade.php
2025-10-31 17:45:05 +05:30

14 lines
406 B
PHP

<x-filament-panels::page>
<div class="space-y-4">
{{-- Render the Select form fields --}}
<div class="space-y-4">
{{ $this->filtersForm($this->form) }}
</div>
{{-- Render the chart widget below the form --}}
<div class="mt-6">
@livewire(\App\Filament\Widgets\InvoiceDataChart::class)
</div>
</div>
</x-filament-panels::page>