Overview
Since widgets are Livewire components, you can easily render a widget in any Blade view using the@livewire directive:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
🔍 New in Filament Blueprint: security audits! Scan your app for security misconfigurations with a plan to fix each one.
@livewire directive:
<div>
@livewire(\App\Livewire\Dashboard\PostsChart::class)
</div>