Overview
Since widgets are Livewire components, you can easily render a widget in any Blade view using the@livewire directive:
📣 New official plugin released: Custom Dashboards! Create data-driven dashboards using a drag and drop UI.
@livewire directive:
<div>
@livewire(\App\Livewire\Dashboard\PostsChart::class)
</div>