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