Components
Rendering a widget in a Blade view
Introduction
Since widgets are Livewire components, you can easily render a widget in any Blade view using the @livewire
directive:
<div>
@livewire(\App\Livewire\Dashboard\PostsChart::class)
</div>
Edit on GitHubStill need help? Join our Discord community or open a GitHub discussion