Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Successful in 14s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Laravel Larastan / larastan (pull_request) Failing after 2m24s
Laravel Pint / pint (pull_request) Failing after 2m35s
15 lines
438 B
PHP
15 lines
438 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) }}
|
|
{{-- {{ $this->form }} --}}
|
|
</div>
|
|
|
|
{{-- Render the chart widget below the form --}}
|
|
<div class="mt-6">
|
|
@livewire(\App\Filament\Widgets\RfqRankChart::class)
|
|
</div>
|
|
</div>
|
|
</x-filament-panels::page>
|