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].
No description
No description
No description
Solution:
Your home view used app-layout component which seems to not exist
Jump to solution
6 Replies
Solution
Dennis Koch
Dennis Koch14mo ago
Your home view used app-layout component which seems to not exist
YusifHajiyev
YusifHajiyevOP14mo ago
How can I add home.blade.php filament form?
Dennis Koch
Dennis Koch14mo ago
This is not related to Filament. You are using a Blade component that doesn't exists.
YusifHajiyev
YusifHajiyevOP14mo ago
I am rendering the view here public function render() { return view('livewire.home'); }
Dennis Koch
Dennis Koch14mo ago
Yes. That doesn’t matter. Do you know what Blade components are?!
YusifHajiyev
YusifHajiyevOP14mo ago
I did it, thank you

Did you find this page helpful?