Livewire page component layout view not found: [components.layouts.app]
I have Multi-tenancy project (Single database) , when installing filament everything is ok, and dashboard is working fine, but when making select and using live method its showing me this error
When trying to install livewire , the page redirect me to the dashboard home page (when select question_id).
my app.blade
and this is my App.js :
and also I have livewire folder in : /resources/views/vendor/livewire
Livewire page component layout view not found: [components.layouts.app]When trying to install livewire , the page redirect me to the dashboard home page (when select question_id).
my app.blade
and this is my App.js :
and also I have livewire folder in : /resources/views/vendor/livewire
