Widget Layout

I want to set layout for widget, It's taking the livewire default components.layouts.app
Solution
Not full page per say, Already got a fix
So the thing is even if you set the blade layout, the widget makes it take the default components.layout.app

what you can do is to append the
#[Layout('layouts.app')]

at the top of the widget class
Was this page helpful?