Adding a form to a Livewire component

I added custom livewire component https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component

gettitng error Livewire page component layout view not found: [components.layouts.app]

Here is route inside web.php i
Route::get('/admin/suppliers/{record}/line-items', ListSupplierLineItem::class);
Was this page helpful?