Livewire custom page
I want to create such a form, but I get this error. Where am I wrong?
Unable to locate a class or view for component [app-layout].
6 Replies
Solution
Your home view used
app-layout
component which seems to not existHow can I add home.blade.php filament form?
This is not related to Filament. You are using a Blade component that doesn't exists.
I am rendering the view here
public function render()
{
return view('livewire.home');
}
Yes. That doesn’t matter. Do you know what Blade components are?!
I did it, thank you