Struggling to render multiple forms in one livewire 3 component
Hello! I red the documentation ( https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#using-multiple-forms ) but i dont really get it how to display create form with a vehicle id passed to it. Right now i have this implementation but it is not working + i have a 500 server error, when i remove $this->maintenanceForm from a view component 500 error dissapears.
3 Replies
What is the error?
500 server error, I am 100% sure I somewhere wrote incorrect syntax, maybe in form calling
When I remove {{ this->maintenanceForm }} page is working without an error
Enable APP_DEBUG in .env or check error logs located in storage/logs/laravel.log to see the actual error